You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exponential approaching has self similarity, expAppr(expAppr(x,1),2)==expAppr(x,3), this is a important property, I can make animations without saving any states
But smoothstep approaching need to save states, it's impossible to make a single-func implementaion
A new big module TWEEN including many easing curves will be created if you really want it
https://en.wikipedia.org/wiki/Smoothstep
See also: https://easings.net/
The text was updated successfully, but these errors were encountered: