December 2014
Intermediate to advanced
512 pages
17h 4m
English
Table 19.1 demonstrates how five of the easing functions work in all three modes by showing the path an object takes if its horizontal position animates linearly but its vertical position animates from bottom to top with each easing function and mode applied.
TABLE 19.1 Five Power Easing Functions
All five functions do interpolation based on a simple power function. With the default linear interpolation, when time has elapsed 50% (.5), the value has changed by 50% (.5). But with quadratic interpolation, the value has changed by 25% (.5 * .5 = .25) when time has elapsed 50%. With cubic interpolation, the value has changed ...
Read now
Unlock full access