Lines Matching defs:duration
278 this.snapToCurrent(trans.duration, trans.easing);
281 this.snapToCurrent(trans.duration, trans.easing);
394 * @param duration {Number} The number of ms the animation should last
397 scrollTo: function(index, duration, easing) {
404 duration: duration,
413 * @param duration {Number} The number of ms the animation should last
416 snapToCurrent: function(duration, easing) {
423 duration: duration,
433 * The default snap to current duration and easing values used on scroll end.
439 duration : 300,