diff --git a/website/src/pages/v6/animations.mdx b/website/src/pages/v6/animations.mdx index 3fa28675..a77d3ef1 100644 --- a/website/src/pages/v6/animations.mdx +++ b/website/src/pages/v6/animations.mdx @@ -65,6 +65,16 @@ tippy('button', { }); ``` +### Disable animations + +If you don't want any animations, you can just pass `false` to the `animation` prop: + +```js +tippy('button', { + animation: false, +}); +``` + ### Inertia There's a prop named `inertia` that adds an elastic inertial effect to the