I can figure out the formulas for all polynomial functions,
like e.g. the formula for QuinticEase is:
(x – 1) ^ 5 + 1
But what are the mathematical formulas for ElasticEase, CircleEase, BounceEase, BackEase, or PowerEase?
They should all be in the range 0..1
Most formulas can be found on MSDN, if it’s not right there check the respective ease’s subsite.
For the more complex functions where the reference does not name the function you can use a decompiler like ILSpy to look at the code of the
EaseInCoremethods on the respective classes.