interface FrameAnimation {
    basicAnimations: BasicAnimations;
    from: number;
    id: string;
    to: number;
}

Properties

basicAnimations: BasicAnimations
from: number
id: string
to: number