Home
last modified time | relevance | path

Searched refs:ease (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
Dcarousel.js191 var ease = ease_right;
193 ease = function(t) { return 1.0 - ease_right(t); }; function
195 …var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - …
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css281 -webkit-transition: height 0.25s ease-in;
282 -moz-transition: height 0.25s ease-in;
283 transition: height 0.25s ease-in; }
398 -webkit-animation-timing-function: ease-out;
399 -moz-animation-timing-function: ease-out;
400 animation-timing-function: ease-out; }
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css374 -webkit-transition: height 0.25s ease-in;
375 -moz-transition: height 0.25s ease-in;
376 transition: height 0.25s ease-in; }
378 -webkit-transition: height 0.25s ease-out;
379 -moz-transition: height 0.25s ease-out;
380 transition: height 0.25s ease-out; }
720 -webkit-animation-timing-function: ease-out;
721 -moz-animation-timing-function: ease-out;
722 animation-timing-function: ease-out; }
3378 -webkit-transition: color .4s ease;
[all …]