On this page

Interface Animatable

interface Animatable {
    animate(
        keyframes: Keyframe[] | PropertyIndexedKeyframes | null,
        options?: number | KeyframeAnimationOptions,
    ): Animation;
    getAnimations(options?: GetAnimationsOptions): Animation[];
}

Hierarchy (View Summary)

Index

Methods

Was this helpful?
SDK JS
Reference
Animatable