Searched defs:ease (Results 1 - 1 of 1) sorted by relevance

/build/tools/droiddoc/templates-pdk/assets/
H A Dcarousel.js191 var ease = ease_right;
193 ease = function(t) { return 1.0 - ease_right(t); };
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
192 ease = function(t) { return 1.0 - ease_right(t); }; function

Completed in 45 milliseconds