Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEpubMediaOverlayOptions

Index

Properties

activeElementAncestorClass?: string

CSS class name to apply to ancestor elements for the currently playing EPUB Content Document element.

A value of null means this feature is not used.

default

null

activeElementStylesOverride?: {}

Replaces all publication defined styles used for the active element during MediaOverlay playback.

The style declarations added with this option are not affected by IPublicationStyle.paletteOptions

default

null

Type declaration

  • [property: string]: string
fallbackActiveElementClass?: string

Fallback CSS class name to apply to the currently playing EPUB Content Document element, if the OPF document does not specify any such class.

default

-epub-media-overlay-active

fallbackPlaybackActiveClass?: string

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.

default

-epub-media-overlay-playing

Generated using TypeDoc