Home
last modified time | relevance | path

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

/plugin/imageflow/
Dscript.js355 this.moveTo = function(whereToMove, origWhereToMoveIndex) { argument
417 _self.current = whereToMove;
447 this.glideTo = function(whereToMove) { argument
449 if ( whereToMove < 0 ) { whereToMove = 0; }
450 … if ( whereToMove >= _self.checkedImages.length ) { whereToMove = _self.checkedImages.length-1; }
455 … if ( whereToMove < _self.current - 1/devident || whereToMove > _self.current + 1/devident )
457 … _self.moveTo(_self.current + (whereToMove-_self.current)/3, whereToMove); // move in three steps
458 _self.timeOutAction = setTimeout(function(){ _self.glideTo(whereToMove); }, 50);
462 _self.current = whereToMove;
477 this.addMoveElementToQueue = function (whereToMove) { argument
[all …]