- From: Mason Freed via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 May 2023 20:34:01 +0000
- To: public-css-archive@w3.org
Thanks for raising the issue! I voted for <span>#</span>2, but wanted to clarify one thing. With option 2, **both** of these would work, and would be equivalent, correct? ``` .version1 { transition: display 0.2s, overlay 0.2s, opacity 0.2s; transition-property-mode: discrete; } .version2 { transition: discrete display 0.2s, discrete overlay 0.2s, opacity 0.2s; } ``` -- GitHub Notification of comment by mfreed7 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8857#issuecomment-1555207869 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 May 2023 20:34:02 UTC