Re: [csswg-drafts] [scroll-animations-1] Allow optional `<percentage>` in `animation-range-*` (#8438)

Summary of proposed changes:

- Make `<percentage>` optional in `animation-range-start/end`, defaulting to 0%/100%.
- If `animation-range: name x%` is specified, expand it to `animation-range-start: name x%; animation-range-end: name (100 - x)%`. (Current spec expands to `animation-range-start: name x%; animation-range-end: normal`.)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8438#issuecomment-1464672747 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 10 March 2023 23:55:09 UTC