-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animate moving between the workspaces while in the overview #32
Milestone
Comments
ids1024
added a commit
that referenced
this issue
Jan 24, 2025
Works, I'm not sure how many pixels to interpret as a change to the workspace, and perhaps it should accumulate multiple deltas with a timer. Assuming some lower level of the stack isn't doing that already. I only see `ScrollDelta::Pixels` events, not `Lines`, though maybe that's relevant with a different type of input device. The behavior would also be clearer with animation, though it doesn't seem to bad (#32). Fixes #34.
ids1024
added a commit
that referenced
this issue
Feb 6, 2025
Works, I'm not sure how many pixels to interpret as a change to the workspace, and perhaps it should accumulate multiple deltas with a timer. Assuming some lower level of the stack isn't doing that already. I only see `ScrollDelta::Pixels` events, not `Lines`, though maybe that's relevant with a different type of input device. The behavior would also be clearer with animation, though it doesn't seem to bad (#32). Fixes #34.
ids1024
added a commit
that referenced
this issue
Feb 6, 2025
Works, I'm not sure how many pixels to interpret as a change to the workspace, and perhaps it should accumulate multiple deltas with a timer. Assuming some lower level of the stack isn't doing that already. I only see `ScrollDelta::Pixels` events, not `Lines`, though maybe that's relevant with a different type of input device. The behavior would also be clearer with animation, though it doesn't seem to bad (#32). Fixes #34.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should appear the same as moving between workspaces outside the overview.
The text was updated successfully, but these errors were encountered: