JS API
The FigureVideo component extends the Transition primitive and implements the withMountWhenInView decorator. It inherits their respective APIs. See both linked references.
Options
lazy
- Type:
boolean - Default:
false
Enables lazy loading. The source is read from the data-src attribute of the video ref's sources.
Refs
video
- Type:
HTMLVideoElement
The FigureVideo component should have a ref corresponding to its inner <video /> element. This <video /> element must contain at least one <source /> element.