Skip to content

Commit

Permalink
Add to interface OptionsAnimationProperties (#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-jp authored and guyca committed Feb 25, 2019
1 parent bfdd41f commit 6065bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,11 @@ export interface OptionsAnimationProperties {
* Wait for the root view to render before start animation
*/
waitForRender?: boolean;
/**
* Enable or disable the animation
* @default true
*/
enabled?: boolean;
}

export interface IconInsets {
Expand Down

0 comments on commit 6065bd1

Please sign in to comment.