-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Workspace animation jiggly #325
Comments
mine used to be like that too, but I just got used to it and didn't even notice that it went away |
I wonder how Gnome implements this in their shell. From my casual observation, they don't have this problem. I'm actually noticing that your implementation also "jiggles" when transitioning between the "empty" workspaces. Maybe Gnome is manually animating it with js? |
it jiggles because an empty widget takes up less space than an occupied one |
Hmmm, I kinda doubt that compositors can manipulate a UI element like this (or if it's even worth doing). I looked through the gnome-shell's repo and just as I suspected, they're manually animating everything in js without a single css Might look into this further and see if I can replicate in ags. |
yes, but they are querying the workspace positions through |
Oh, not sure about swipe gestures. Haven't used Gnome that much, but I'm mostly just annoyed with the jiggliness/unstableness. So I don't think I'd be needing swipe gestures. |
I think you're not quite getting the point, it's not about the element pushing each other away, it's all about the smoothness of the animation, for some reason the last frames seem to skip. P.s. I am also looking for a solution for this problem, if anyone knows how to fix this, let me know and want to add that I'm absolutely not sure of what I'm saying, I'm new with it test.mp4 |
More specifically, the dot kind of grows a bit faster than it shrinks. So it causes the overall length of the widget to grow an extra pixel or two as the dots transitions. I once tried to set the css transition timing to To visualize the transition in ASCII (think of the
Makes me wonder whether the issue still persists in GTK4. |
Mine:
mine.mp4
Yours:
aylur.mp4
This is something that's been driving me nuts, but my workspace animation is "jiggly" for some reason. When it animates, it kinda shifts the spacing in a weird way.
I copied the workspace part of your dotfiles pretty closely, so I'm not sure what went wrong here.
The text was updated successfully, but these errors were encountered: