here's a lil donation for motivation :] i love the deck, btw you should use ease-out movements
the command for ease-out is for X pos for example:
repeat every 0.0167
modify X pos to:
($x_target - current X pos)/$speed
RELATIVE☑️
-$x_target is the x position you want it to go to
-current X mos = my own current X position
-$speed is the speed, HAS to be greater than 1, the bigger it is, the slower the anim will be. $speed doesn't really need to be a variable but if you want to it's fine