Constants: Core animation curves

Parent: $root.$constants

kAnimationCurveEaseInPassed to $beginanimations.The animation begins slowly, and then speeds up as it progresses
kAnimationCurveEaseInBackPassed to $beginanimations.The animation is similar to kAnimationCurveEaseIn but first moves in the opposite direction before easing begins.
kAnimationCurveEaseInOutPassed to $beginanimations.The animation begins slowly,accelerates through the middle of its duration,and then slows again before completing
kAnimationCurveEaseOutPassed to $beginanimations.The animation begins quickly, and then slows down as it progresses
kAnimationCurveEaseOutBackPassed to $beginanimations.The animation is similar to kAnimationCurveEaseOut but moves beyond the final point before easing back to the final locaiton.
kAnimationCurveEaseOutBouncePassed to $beginanimations.The animation starts slowly and bounces on its final location
kAnimationCurveEaseOutElasticPassed to $beginanimations.The animation starts fast and springs to a stop around the final location
kAnimationCurveLinearPassed to $beginanimations.The animation occurs evenly over its duration