VerticalSlide
Marker superclass for slides that appear inside a verticalSlides {} block. A single VerticalSlide wraps the entire vertical stack and carries the shared VerticalSlidesContext used by its children.
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.