Interface Animations

Represents a list of animations.

interface Animations {
    @type: "animations";
    animations: Animation[];
}

Properties

Properties

@type: "animations"
animations: Animation[]

List of animations.