Searched refs:next_slide_background_repeat (Results 1 – 2 of 2) sorted by relevance
33 var $next_slide_background_repeat = ''; variable in renderer_plugin_revealjs218 if ($this->next_slide_background_repeat) {219 $this->doc .= ' data-background-repeat="'.$this->next_slide_background_repeat.'"';220 $this->next_slide_background_repeat = '';
120 $renderer->next_slide_background_repeat = $data['background_repeat'];