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

> We could define some custom handling that takes any single timeline name and duplicates it, which would make entry 10% 90% equivalent to entry 10% entry 90%--but this would mean that a number of longhand combinations have no valid serialization.

It could be fixed by defining `normal` as a `<timeline-name>`, no?

I do not feel legitimate to give an opinion. You are much more invested in this spec than I am. That said it looks good to me, perhaps minus this potential typo:

```diff
  animation-range: entry;
  animation-range-start: entry 0%;
-  animation-range-end: exit 100%;
+  animation-range-end: entry 100%;
```

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


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

Received on Wednesday, 29 March 2023 09:39:07 UTC