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

Hierarchy

Methods

  • Parameters

    Returns Animation[]

Generated using TypeDoc