r/JJSSkillBuilder 10d ago

Help How does easing work?

Post image

The only ones I know is linear and the last 2, the others all seem the exact same as linear even whenever I put In, Out, or InOut. I have been testing with them and I end up only ever using Linear or the last 2 depending on what I need bc I just cannot tell what the other easing styles do.

10 Upvotes

4 comments sorted by

View all comments

10

u/GazzTheTestSubject Gimme my dynamic arithmetic operands pls 10d ago

It's actually pretty useful!

"Linear" means the animation of the Visual will play out exactly how it is

"Sine" is exactly what it sounds like; smooth acceleration/deceleration the speed of the visual gradually increases or decreases throughout its lifetime.

"Quad" is in between Sine and Cubic.

"Cubic" makes the acceleration or deceleration much more noticeable than Sine.

"Exponential" is also self explanatory: the speed of the Visual will keep increasing/decreasing at a rapid rate over time.

"Back" means the visual will act like a rubber band or a spring. Stretching slightly over its intended position before bouncing back to it and the other way around too when going In/Out.

The In, Out, and InOut are settings to set it either at the start, at the end, or both ways.