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

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js6930 function Tween( elem, options, prop, end, easing ) {
6931 return new Tween.prototype.init( elem, options, prop, end, easing );
6937 init: function( elem, options, prop, end, easing, unit ) {
6940 this.easing = easing || "swing";
6958 this.pos = eased = jQuery.easing[ this.easing ](
7024 jQuery.easing = {
7284 var index, name, easing, value, hooks;
7289 easing
[all...]

Completed in 32 milliseconds