wpf - Mathematical formulas for easing functions (ElasticEase, CircleEase, BounceEase, BackEase, PowerEase)? -


i can figure out formulas polynomial functions, e.g. formula quinticease is:

(x - 1) ^ 5 + 1

but mathematical formulas elasticease, circleease, bounceease, backease, or powerease?

they should in range 0..1

most formulas can found on msdn, if it's not right there check respective ease's subsite.

for more complex functions reference not name function can use decompiler ilspy @ code of easeincore methods on respective classes.


Comments