Easing demo using Transition

This demo uses one Transition object to track 28 colors and 28 values using Robert Penner's Easing Equations (ported from ActionScript). Since each color is handled internally by 3 components, the object calculates 112 values per frame @ 40fps (watch your CPU). Optimization TODO: Cache identical easing calculations (expensive).

Easing.Linear

Easing.Linear.easeNone