HorizontalSlide
Marker superclass for slides that appear at the top level of a presentation.
Inheritors
Properties
Functions
Link copied to clipboard
Guard against declaring css {} inside a slide — CSS belongs on the kslides{} or presentation{} scope. Always throws IllegalArgumentException.
Link copied to clipboard
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.
Link copied to clipboard
Configure per-slide reveal.js attributes (transitions, backgrounds, Markdown separators, etc.). Overrides values inherited from the global and presentation slideConfig{} blocks.