- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 May 2020 20:02:16 +0000
- To: public-css-archive@w3.org
@SetTrend Interpolations work on the computed value. If you interpolate from `auto` to `auto` then it won't be smooth. This already happens if you have `height: 100%; transition: height 1s` and you change the height of the containing block. Then the used value of `height: 100%` changes, but it's a sudden change since both the `100%` starting point and the `100%` end point are updated. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-631050968 using your GitHub account
Received on Tuesday, 19 May 2020 20:02:18 UTC