Re: [csswg-drafts] [scroll-animations] Should setting `iterations` to `Infinity` via a call to `updatingTiming()` throw? (#11343)

The [web-animations-1 spec says this](https://www.w3.org/TR/web-animations-1/#iteration-count):

> The number of times an [animation effect](https://www.w3.org/TR/web-animations-1/#animation-effect) repeats is called its iteration count. The [iteration count](https://www.w3.org/TR/web-animations-1/#iteration-count) is a real number greater than or equal to zero. The iteration count may also be positive infinity to represent that the animation effect repeats indefinitely.

Constructing effects with `Infinity` works everywhere. Seems wrong to be failing on update.

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


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

Received on Tuesday, 10 December 2024 16:37:53 UTC