- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Oct 2022 21:18:38 +0000
- To: public-css-archive@w3.org
Seems there is interoperability that `transition-timing-function` has more priority: ```js var s = document.body.style; s.transition = "ease linear"; [s.transitionTimingFunction, s.transitionProperty]; // [ "ease", "linear" ] ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7897#issuecomment-1283017480 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 October 2022 21:18:40 UTC