See https://w3c.github.io/csswg-drafts/scroll-animations/#propdef-animation-delay-start and https://w3c.github.io/csswg-drafts/scroll-animations/#propdef-animation-delay-end, the grammar is defined as ``` [ <time> | <timeline-range-name> <percentage> ] ``` There should be a `#` at the end since the computed value is a list and `animation-delay` accepts comma-separated lists.