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

/external/chromium-trace/catapult/third_party/jquery/
H A Djquery-2.1.4.js6157 function Tween( elem, options, prop, end, easing ) {
6158 return new Tween.prototype.init( elem, options, prop, end, easing );
6164 init: function( elem, options, prop, end, easing, unit ) {
6167 this.easing = easing || "swing";
6185 this.pos = eased = jQuery.easing[ this.easing ](
6251 jQuery.easing = {
6502 var index, name, easing, value, hooks;
6507 easing
[all...]

Completed in 59 milliseconds