MCPcopy
hub / github.com/airbnb/lottie-web / BMEnterFrameEvent

Interface BMEnterFrameEvent

index.d.ts:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface BMEnterFrameEvent {
39 /** The current time in frames. */
40 currentTime: number;
41 direction: number;
42 /** The total number of frames. */
43 totalTime: number;
44 type: "enterFrame";
45}
46
47export interface BMSegmentStartEvent {
48 firstFrame: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…