Lines Matching defs:easing
278 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
433 * The default snap to current duration and easing values used on scroll end.
440 easing : 'ease-out'