Home
last modified time | relevance | path

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

/plugin/s5/ui/i18n/
H A Dpretty.css31 #currentSlide {font-size: 0.5em;}
32 #currentSlide span {font-size: 13px; color: rgb(49%,47%,66%);}
33 #currentSlide #csSep {display: none;}
34 #currentSlide #csHere {font-weight: bold;}
35 #currentSlide #csHere:before {content: "#"; font-weight: normal;}
36 #currentSlide #csTotal:before {content: " of ";}
H A Dframing.css14 #currentSlide {position: absolute; left: 0; bottom: 0.5em; z-index: 10;
16 html>body #currentSlide {position: fixed;}
22 div#currentSlide {background: #FFC;}
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$… property in e.initials
18currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d))):(i.options.autop…
H A DREADME.markdown127 $('.your-element').on('beforeChange', function(event, slick, currentSlide, nextSlide){
134 afterChange | event, slick, currentSlide | After slide change callback
135 beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback
154 var currentSlide = $('.your-element').slick('slickCurrentSlide');
/plugin/s5/ui/yatil/
H A Dframing.css15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
16 html>body #currentSlide {position: fixed;}
22 div#currentSlide {background: #FFC;}
H A Dpretty.css100 #currentSlide {text-align: center; font-size: 0.5em; color: #666; font-weight: bold;}
101 #currentSlide span {display: none;}
/plugin/s5reloaded/ui/thesis/
H A Dframing.css15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
16 html>body #currentSlide {position: fixed;}
22 div#currentSlide {background: #FFC;}
H A Dslides.js279 function currentSlide() { function
284 cs = document.currentSlide;
419 currentSlide();
2451 currentSlide();
2541 currentSlide();
2550 currentSlide();
2564 currentSlide();
2577 currentSlide();
2681 currentSlide();
2693 currentSlide();
H A Dpretty.css254 #currentSlide {position:absolute; left: 35%; text-align: right; top: 0.5%; font-size: 0.75em; width…
/plugin/s5/ui/blue/
H A Dframing.css16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
18 #currentSlide {position: fixed;}*/
24 div#currentSlide {background: #FFC;}
H A Dpretty.css75 #currentSlide {text-align: center; font-size: 0.5em; color: #9183BF; font-family: Verdana, Helvetic…
/plugin/s5/ui/default/
H A Dframing.css15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
16 html>body #currentSlide {position: fixed;}
22 div#currentSlide {background: #FFC;}
H A Dslides.js102 function currentSlide() { function
107 cs = document.currentSlide;
158 currentSlide();
H A Dpretty.css61 #currentSlide {text-align: center; font-size: 0.5em; color: #449;}
/plugin/s5/ui/dokuwiki/
H A Dframing.css15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
16 html>body #currentSlide {position: fixed;}
22 div#currentSlide {background: #FFC;}
H A Dslides.js102 function currentSlide() { function
107 cs = document.currentSlide;
157 currentSlide();
H A Dpretty.css60 #currentSlide {text-align: center; font-size: 0.5em; color: #436976;}
/plugin/s5/ui/flower/
H A Dframing.css16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
18 #currentSlide {position: fixed;}*/
24 div#currentSlide {background: #FFC;}
H A Dpretty.css70 #currentSlide {text-align: center; font-size: 0.5em;
/plugin/s5/ui/pixel/
H A Dframing.css16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
18 #currentSlide {position: fixed;}*/
24 div#currentSlide {background: #FFC;}
H A Dpretty.css67 #currentSlide {text-align: center; font-size: 0.5em; color: #646587;
/plugin/revealjs/js/
H A Dreveal.js315 currentSlide,
689 'currentSlide': currentSlide
3451 slide = currentSlide;
3551 if( currentSlide ) {
3693 if( currentSlide ) {
4261 slide = currentSlide;
4314 if( currentSlide ) {
4425 else if( currentSlide ) {
6078 return currentSlide;
6126 if( currentSlide ) {
[all …]
/plugin/revealjs/plugin/math/
H A Dmath.js81 MathJax.Hub.Queue( [ 'Typeset', MathJax.Hub, event.currentSlide ] );