fillMode property

bool? fillMode
getter/setter pair

Defines how the timed object behaves outside its active duration. Local time may be clamped to either end of the active duration, or the element may be removed from the presentation. The legal values are backwards', forwards', both' and removed'. Defaults to `removed'.

Implementation

bool? fillMode;