This is no longer kept up to date and will be removed in the future.

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

Properties

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