diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 331bcb14d36..fd8d4c48a2f 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -762,6 +762,11 @@ export interface OptionsAnimationSeparate { ``` */ waitForRender?: boolean; + /** + * Enable or disable the animation + * @default true + */ + enabled?: boolean; /** * Configure animations for the top bar */