I'm trying to implement an easing that is similar to this:
I'm trying to make a HTML5 animation that is 'moonwalking' and I've noticed how the moonwalk has periods of increased velocity and periods of slowed down velocity.
I've attempted to make easing using Sin and Cos Equations without the correct results.
What equation do I need in order to implement this as an jQuery easing?