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

interface BasicAnimations {
    emphasis?: BasicAnimationsEmphasisType;
    intro?: BasicAnimationsIntroType;
    outro?: BasicAnimationsOutroType;
}

Properties