Home
last modified time | relevance | path

Searched refs:glideTo (Results 1 – 1 of 1) sorted by relevance

/plugin/imageflow/
H A Dscript.js352 this.glideTo(this.current);
447 this.glideTo = function(whereToMove) { method in imageflow_plugin
458 _self.timeOutAction = setTimeout(function(){ _self.glideTo(whereToMove); }, 50);
466 _self.glideTo(parseInt(_self.whereToMoveQueue.splice(1,1))); }, 50);
481 _self.glideTo(whereToMove);