We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transition-discrete
1 parent 78ad38c commit df6447aCopy full SHA for df6447a
src/pages/docs/v4-beta.mdx
@@ -1105,7 +1105,7 @@ The new `starting` variant adds support for the new CSS `@starting-style` featur
1105
```html
1106
<div>
1107
<button popovertarget="my-popover">Check for updates</button>
1108
- <div popover id="my-popover" class="opacity-0 transition-all duration-500 [transition-behavior:allow-discrete] open:opacity-100 starting:open:opacity-0">
+ <div popover id="my-popover" class="opacity-0 transition-all duration-500 transition-discrete open:opacity-100 starting:open:opacity-0">
1109
<!-- ... -->
1110
</div>
1111
0 commit comments