Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js52 progress1: ".cp-progress-1", property in CirclePlayer.cssSelector
142 this.jq.progress1.addClass(this.cssClass.fallback);
151 this.jq.progress1.css({'transform': 'rotate(0deg)'});
155 this.jq.progress1.css('background-position', '0 ' + this.spritePitch + 'px');
182 this.jq.progress1.css({'transform': 'rotate(' + degs + ')'});
185 this.jq.progress1.css('background-position', '0 '+spriteOffset+'px');
190 this.jq.progress1.css({'transform': 'rotate(180deg)'});
194 this.jq.progress1.css('background-position', '0 '+spriteOffset+'px');