Skip to content

Commit c6f1f50

Browse files
taichi-jpvshkl
authored andcommitted
Add to interface OptionsAnimationProperties (wix#4780)
1 parent 3d7ac59 commit c6f1f50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/interfaces/Options.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,11 @@ export interface OptionsAnimationProperties {
698698
* Wait for the root view to render before start animation
699699
*/
700700
waitForRender?: boolean;
701+
/**
702+
* Enable or disable the animation
703+
* @default true
704+
*/
705+
enabled?: boolean;
701706
}
702707

703708
export interface IconInsets {

0 commit comments

Comments
 (0)