Home
last modified time | relevance | path

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

/plugin/layeranimation/
H A Dscript.js165 this.isPlayPause = this.elem.hasClass('play-pause');
181 self.setActive( this.elem, this.active, this.isPlayPause);
239 return this.isPlayPause ? this.playPauseToggle() : this.layerToggle();
245 this.setActive = function(elem, active, isPlayPause) { argument
250 if ( !isPlayPause ) {
257 } else if ( isPlayPause ) {