Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit d794b6c

Browse files
authored
Update index.md (#7299)
Fix discrete property transitions CSS example.
1 parent 0fface9 commit d794b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • site/en/blog/whats-new-css-ui-2023

site/en/blog/whats-new-css-ui-2023/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ The following popover demo, animates popovers in and out using `:popover-open` f
616616
opacity: 0;
617617
618618
/* enumarate transitioning properties, including display */
619-
transition: transform 0.5s, opacity 0.5s, display 0.5s;
619+
transition: transform 0.5s, opacity 0.5s, display 0.5s allow-discrete;
620620
}
621621
```
622622
{% Video src="video/HodOHWjMnbNw56hvNASHWSgZyAf2/hAoQAy9WSwOCmYaPeHxi.mp4", autoplay="true",

0 commit comments

Comments
 (0)