Searched refs:whereToMove (Results 1 – 1 of 1) sorted by relevance
355 this.moveTo = function(whereToMove, origWhereToMoveIndex) { argument417 _self.current = whereToMove;447 this.glideTo = function(whereToMove) { argument449 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 steps458 _self.timeOutAction = setTimeout(function(){ _self.glideTo(whereToMove); }, 50);462 _self.current = whereToMove;477 this.addMoveElementToQueue = function (whereToMove) { argument[all …]