- From: Xiaocheng Hu via GitHub <sysbot+gh@w3.org>
- Date: Sat, 15 Apr 2023 02:00:42 +0000
- To: public-css-archive@w3.org
Related: what if we use them in animation properties? For example ```css .test { animation-duration: calc(sin(atan2(1em, 20px)) * 1s); animation-name: anim; } @keyframes anim { from { font-size: 10px; } to { font-size: 30px; } } ``` Do they need the same "[animation-tainted](https://www.w3.org/TR/css-variables-1/#animation-tainted)" treatment as in custom properties? -- GitHub Notification of comment by xiaochengh Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8169#issuecomment-1509465699 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 15 April 2023 02:00:43 UTC