On this page

Type Alias Keyframe

type Keyframe = {
    delta: number;
    easing?: EasingFunctionName;
    props: Record<string, number | null>;
    userData?: Record<string, any>;
}
Index

Properties

delta: number
props: Record<string, number | null>
userData?: Record<string, any>
Was this helpful?
SDK JS
Reference
Keyframe