Interface IAnimationContext

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

Properties

phases?: IPhase[]

Methods