- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Sat, 11 Mar 2023 01:24:55 +0000
- To: public-css-archive@w3.org
Sorry, just trying to catch up here. We're trying to flip the start time to the other end of the effect, so if it's currently zero, we set it to `end - startTime` = `end - 0` = `end`. If it's currently, at the end we set it to `end - startTime` = `end - end` = `0`. That seems good. It might be worth adding an informative note to the spec explaining why we do this? Also, can end ever be infinity in this case? e.g. for an infinitely repeating animation? -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/8146#issuecomment-1464742517 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 11 March 2023 01:24:57 UTC