interface Animatable {
    animate(keyframes, options?): Animation;
    getAnimations(options?): Animation[];
}

Hierarchy (view full)

Methods

Generated using TypeDoc