Plugin Directory


Ignore:
Timestamp:
10/25/2019 09:19:04 AM (6 years ago)
Author:
iseulde
Message:

v0.0.17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • slide/trunk/template.php

    r2178439 r2179945  
    151151        Reveal.initialize( {
    152152            transition: '<?php echo get_post_meta( get_the_ID(), 'presentation-transition', true ) ?: 'none'; ?>',
     153            backgroundTransition: '<?php echo get_post_meta( get_the_ID(), 'presentation-background-transition', true ) ?: 'none'; ?>',
    153154            transitionSpeed: '<?php echo get_post_meta( get_the_ID(), 'presentation-transition-speed', true ) ?: 'default'; ?>',
    154155            controls: <?php echo get_post_meta( get_the_ID(), 'presentation-controls', true ) ?: 'false'; ?>,
Note: See TracChangeset for help on using the changeset viewer.