Searched refs:ease_right (Results 1 – 1 of 1) sorted by relevance
190 var ease_right = function (t) { return (1 - Math.cos(t * Math.PI))/2.0; }; function191 var ease = ease_right;193 ease = function(t) { return 1.0 - ease_right(t); };