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

/yui3/src/scrollview/js/
H A Dpaginator-plugin.js278 this.snapToCurrent(trans.duration, trans.easing);
281 this.snapToCurrent(trans.duration, trans.easing);
395 * @param easing {String} The timing function to use in the animation
397 scrollTo: function(index, duration, easing) {
405 easing: easing
414 * @param easing {String} The timing function to use in the animation
416 snapToCurrent: function(duration, easing) {
424 easing: easing
[all...]

Completed in 6 milliseconds