BackShaper is a modified cubic function which provides anticipation. Anticipation is often used in animation to create a wind-up and follow through effect. A backwards motion occurs before the forward action is executed. The default is an anticipation of 0.1, or 10% of the motion from 0 to 1.
BackShaper is capable of producing values outside of the 0 to 1 range, if you are working in a domain which requires 0 to 1, be sure to use clamp().
May be referred to as Tween.BACK for use in setEasing().
BackShaper()
BackShaper( shapeMode )
BackShaper( shapeMode, transition )
BackShaper( shapeMode, transitionX, transitionY )
f(x){ x*x*( (s+1)*x - s ) }