Home
last modified time | relevance | path

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

/plugin/layeranimation/
H A Dscript.js28 var itemNr = self.currentItem;
29 if ( typeof itemNrNew == 'number' ) itemNr = itemNrNew;
36 …if ( !self.layer[layerNr] || !self.layer[layerNr].items[itemNr] ) { self.isRunning = false; return…
41 var item = self.layer[layerNr].items[itemNr];
42 if ( itemNr == 0 && self.isPlaying ) {
51 if ( itemNr == 0 && currentLeft == self.offsetWidth * item.direction ) {
64 if ( itemNr == 0 ) {
70 window.setTimeout( function() { self.run(itemNr +1, layerNr); }, timeout);
84 …if ( itemNr == self.currentItem && (( currentLeft <= 0 && item.direction > 0 ) || ( currentLeft >=…
/plugin/imageflow/
H A Dscript.js231 this.popupClick = function(itemNr, direction) { argument
233 if ( !itemNr && !direction ) { return; }
235 _self.addMoveElementToQueue(itemNr);
236 var imageElement = _self.checkedImages[itemNr];