Lines Matching refs:add

684 			dom.wrapper.classList.add( 'ready' );
717 dom.slides.classList.add( 'no-transition' );
720 dom.wrapper.classList.add( 'no-hover' );
727 dom.wrapper.classList.add( 'ua-iphone' );
855 document.body.classList.add( 'print-pdf' );
916 notesElement.classList.add( 'speaker-notes' );
917 notesElement.classList.add( 'speaker-notes-pdf' );
938 numberElement.classList.add( 'slide-number' );
939 numberElement.classList.add( 'slide-number-pdf' );
966 fragment.classList.add( 'visible', 'current-fragment' );
989 fragment.classList.add( 'visible' );
1071 dom.background.classList.add( 'no-transition' );
1083 backgroundStack.classList.add( 'stack' );
1102 dom.wrapper.classList.add( 'has-parallax-background' );
1249 slide.classList.add( 'has-dark-background' );
1252 slide.classList.add( 'has-light-background' );
1329 dom.wrapper.classList.add( config.transition );
1345 dom.wrapper.classList.add( 'rtl' );
1352 dom.wrapper.classList.add( 'center' );
1425 element.classList.add( 'visible' );
2038 anchor.classList.add( 'roll' );
2108 dom.overlay.classList.add( 'overlay' );
2109 dom.overlay.classList.add( 'overlay-preview' );
2127 dom.overlay.classList.add( 'loaded' );
2140 dom.overlay.classList.add( 'visible' );
2177 dom.overlay.classList.add( 'overlay' );
2178 dom.overlay.classList.add( 'overlay-help' );
2212 dom.overlay.classList.add( 'visible' );
2472 dom.wrapper.classList.add( 'overview' );
2477 dom.wrapper.classList.add( 'overview-animated' );
2593 dom.wrapper.classList.add( 'overview-deactivating' );
2776 dom.wrapper.classList.add( 'paused' );
2967 document.documentElement.classList.add( state[i] );
3121 verticalSlide.classList.add( 'future' );
3221 element.classList.add( 'stack' );
3226 element.classList.add( 'present' );
3232 element.classList.add( reverse ? 'future' : 'past' );
3237 fragment.classList.add( 'visible' );
3244 element.classList.add( reverse ? 'past' : 'future' );
3257 slides[index].classList.add( 'present' );
3354 dom.wrapper.classList.add( 'has-vertical-slides' );
3362 dom.wrapper.classList.add( 'has-horizontal-slides' );
3397 dom.wrapper.classList.add( 'show-notes' );
3541 …if( routes.left ) dom.controlsLeft.forEach( function( el ) { el.classList.add( 'enabled' ); el.rem…
3542 …if( routes.right ) dom.controlsRight.forEach( function( el ) { el.classList.add( 'enabled' ); el.r…
3543 …if( routes.up ) dom.controlsUp.forEach( function( el ) { el.classList.add( 'enabled' ); el.removeA…
3544 …if( routes.down ) dom.controlsDown.forEach( function( el ) { el.classList.add( 'enabled' ); el.rem…
3547 …if( routes.left || routes.up ) dom.controlsPrev.forEach( function( el ) { el.classList.add( 'enabl…
3548 …if( routes.right || routes.down ) dom.controlsNext.forEach( function( el ) { el.classList.add( 'en…
3554 …if( fragments.prev ) dom.controlsPrev.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
3555 …if( fragments.next ) dom.controlsNext.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
3560 …if( fragments.prev ) dom.controlsUp.forEach( function( el ) { el.classList.add( 'fragmented', 'ena…
3561 …if( fragments.next ) dom.controlsDown.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
3564 …if( fragments.prev ) dom.controlsLeft.forEach( function( el ) { el.classList.add( 'fragmented', 'e…
3565 …if( fragments.next ) dom.controlsRight.forEach( function( el ) { el.classList.add( 'fragmented', '…
3575 dom.controlsDownArrow.classList.add( 'highlight' );
3581 dom.controlsRightArrow.classList.add( 'highlight' );
3616 backgroundh.classList.add( horizontalPast );
3619 backgroundh.classList.add( horizontalFuture );
3622 backgroundh.classList.add( 'present' );
3636 backgroundv.classList.add( 'past' );
3639 backgroundv.classList.add( 'future' );
3642 backgroundv.classList.add( 'present' );
3684 dom.background.classList.add( 'no-transition' );
3696 dom.wrapper.classList.add( classToBubble );
4799 el.classList.add( 'visible' );
4806 el.classList.add( 'current-fragment' );