Home
last modified time | relevance | path

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

/plugin/revealjs/
H A Drenderer.php33 var $next_slide_background_repeat = ''; variable in renderer_plugin_revealjs
218 if ($this->next_slide_background_repeat) {
219 $this->doc .= ' data-background-repeat="'.$this->next_slide_background_repeat.'"';
220 $this->next_slide_background_repeat = '';
/plugin/revealjs/syntax/
H A Dbackground.php120 $renderer->next_slide_background_repeat = $data['background_repeat'];