Skip to content

Commit

Permalink
Add enabled property to OptionsAnimationSeparateType (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
larryranches authored and guyca committed Mar 14, 2019
1 parent 24a8c53 commit 996f2b1
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 @@ -762,6 +762,11 @@ export interface OptionsAnimationSeparate {
```
*/
waitForRender?: boolean;
/**
* Enable or disable the animation
* @default true
*/
enabled?: boolean;
/**
* Configure animations for the top bar
*/
Expand Down

0 comments on commit 996f2b1

Please sign in to comment.