[Deprecated as of GSAP 2.0.0; use Power3 instead which is IDENTICAL]
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 3 which is identical to the Power3 ease. The more power, the more exaggerated the easing effect. Using a numeric approach like Power3 instead of Quart makes experimenting easier and the code reads more intuitively.
This is one of the eases that is natively accelerated in TweenLite and TweenMax. All of the "Power" eases and their counterparts (Linear (0), Quad (1), Cubic (2), Quart (3), Quint (4), and Strong (4)) are accelerated.