Home
last modified time | relevance | path

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

/plugin/revealjs/js/
H A Dreveal.js3609 toArray( dom.background.childNodes ).forEach( function( backgroundh, h ) { argument
3611 backgroundh.classList.remove( 'past' );
3612 backgroundh.classList.remove( 'present' );
3613 backgroundh.classList.remove( 'future' );
3616 backgroundh.classList.add( horizontalPast );
3619 backgroundh.classList.add( horizontalFuture );
3622 backgroundh.classList.add( 'present' );
3625 currentBackground = backgroundh;
3629 …toArray( backgroundh.querySelectorAll( '.slide-background' ) ).forEach( function( backgroundv, v )…