HorizontalHtmlSlide
A top-level slide whose content is raw HTML. Add via com.kslides.Presentation.htmlSlide.
Properties
When true, reveal.js auto-animates between this slide and the previous one.
When true, forces auto-animate to restart from this slide even if the previous used it.
Implementation detail — do not use.
Implementation detail — do not use.
Functions
Guard against declaring css {} inside a slide — CSS belongs on the kslides{} or presentation{} scope. Always throws IllegalArgumentException.
Apply this slide's id/style/visibility/auto-animate attributes plus the merged SlideConfig to the given <section> element. Called by the slide renderer and not typically invoked by user code.
Configure per-slide reveal.js attributes (transitions, backgrounds, Markdown separators, etc.). Overrides values inherited from the global and presentation slideConfig{} blocks.