Options that control animation styling and timing.
interface AnimationOptions { delay?: string | number; params?: { [name: string]: any; };}