Skip to content

Commit 1450231

Browse files
docs: remove warning about --rt-transition-closing-delay
1 parent 44fc0ed commit 1450231

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: docs/docs/examples/styling.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -446,14 +446,6 @@ In summary, if you do it correctly you can use CSS specificity instead of `!impo
446446
By default, the tooltip has a fade-in/fade-out transition when opening/closing, with a delay of 150ms for both.
447447
If you wish to change the delay for any of them, override the following CSS variables:
448448

449-
:::caution
450-
451-
Do not set `--rt-transition-closing-delay` to `0`. Doing so will result in the tooltip component being stuck (but not visible) on the DOM. This isn't itself a problem, but may lead to performance issues.
452-
453-
Set to `1ms` or a similar value if you want to disable the fade-out transition when closing.
454-
455-
:::
456-
457449
```css
458450
:root {
459451
--rt-transition-show-delay: 0.15s;

0 commit comments

Comments
 (0)