Epub Media Overlay Options
data class EpubMediaOverlayOptions(val activeElementAncestorClass: String? = null, val fallbackActiveElementClass: String = "-epub-media-overlay-active", val fallbackPlaybackActiveClass: String = "-epub-media-overlay-playing")
Properties
Link copied to clipboard
CSS class name to apply to ancestor elements for the currently playing EPUB Content Document element.
Link copied to clipboard
Fallback CSS class name to apply to the for the currently playing EPUB Content Document element, if the OPF document does not specify any such class.
Link copied to clipboard
Fallback CSS class name to apply to the EPUB Content Document's document element when playback is active, if the OPF document does not specify any such class.