Re: [csswg-drafts] [web-animations-2][css-animations-2] How should unspecified trigger range boundaries be resolved? (#11932)

That is only if you specifically want the single triggering behavior, like the comment says:

> If we want to support a single trigger point that is active for any position after it we need to have different behavior from the default animation range single value.

In that case you need that infinite behavior. So if you want a repeating/alternating triggering with a single point you need to specify something like: `entry 100% scroll 100%`.

But omitting a range boundary is not the same as trying to specify a single boundary.
Currently the spec says that default ranges are resolved similar `animation-range`, and omitted exit range boundaries default to their corresponding default range boundaries - being `auto`.

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


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

Received on Tuesday, 25 March 2025 20:47:38 UTC