-
Notifications
You must be signed in to change notification settings - Fork 24
Exclude Move/Resizing Animations #43
Comments
Hey @daricoder |
Sorry for the delay 🙃 . Certain windows have animations created by rubato and these animations worked well since picom did not include animations. Now the rubato animation doesn't look good because it interferes with the compfy motion animation as I use rubato to interpolate the window motion. I think it would be nice if you could exclude the motion animation for certain window types letting the user create their own animations. The animation I use is rubato's bouncy -> search for bouncy |
@daricoder If you are looking for something else please let me know. |
Yes, I just edited my previous comment. |
Hm. |
I would suggest that smooth motion can be disabled for certain types of windows. Something like "animation-move-exclude" This way it allows the user to decide whether to create their own animations with their own libraries or use compfy's smooth motion animation. |
Maybe in the future you could see the best way to map the open and close animations (zoom, slide-up, etc.). It would be something like renaming "animation-for-open-window" to "animation-default-open-window" and the old "animation-for-open-window" to map animations to windows like: |
I'm not sure what the difference between that and animations as a whole is?
This is not possible at the moment I have tried in. Passing a string into a string with a |
animations=true enables animations for both opening, closing, moving and resizing windows. You already exclude the animations for opening and closing windows with |
I see. I'll take a look into it. |
There is a way to disable or exclude window movement animations for a certain type of window. I have some windows that have their own movement animation. In the specific case I used Lua's rubato library to create the animation but this animation interferes with the compfy motion animation.
The text was updated successfully, but these errors were encountered: