Interface IAnimationContext

interface IAnimationContext {
    phases?: IPhase[];
    previous: IExceptionContext;
    currentKey(currentRowIndex: number): string;
    previousKey(previousRowIndex: number): string;
}

Properties

phases?: IPhase[]

Methods

  • Parameters

    • currentRowIndex: number

    Returns string

  • Parameters

    • previousRowIndex: number

    Returns string