David A
David A
For snapchanging, I'd say I think it's better as a separate event form `scroll` so a developer doesn't have to have an event listener run on every scroll event just...
I filed this [issue](https://github.com/w3c/csswg-drafts/issues/9697) so the working group can come to a resolution on the naming at some point.
Bumping the timeouts sounds fine to me. I can try to find out what the longest duration in chromium is but I have no clue about other implementations. However, I...
It looks like we're aligned on doing this. I'll request an async resolution. The **proposed resolution** is to rename `timeline-trigger-range` and `timeline-trigger-exit-range` to `timeline-trigger-activation-range` and `timeline-trigger-active-range` respectively.
> Also notice that exit range properties allow an [auto](https://drafts.csswg.org/css-animations-2/#valdef-animation-trigger-exit-range-start-auto) value as default which falls back to the corresponding value of the default range, and not to normal. Ah yes,...
> But omitting a range boundary is not the same as trying to specify a single boundary. I guess this comes down to something like bikeshedding because both approaches (expanding...
Thinking about this a bit more: since the capabilities are the same either way, making it necessary for an author to have to specify, for example, `entry 100% scroll 100%`...
> Great, so IIUC this means close as no change for now? I thought this, along with other issues [#11971](https://github.com/w3c/csswg-drafts/issues/11971), [11915](https://github.com/w3c/csswg-drafts/issues/11915), [11914](https://github.com/w3c/csswg-drafts/issues/11914), would be good to put on the WG's...
Thought I'd post one detail that occurred to me about this: `animation-trigger-exit-range: auto normal` should mean the same as `animation-trigger-exit-range: auto auto` which means "match the trigger range." and `animation-trigger-exit-range:...
> And for: `animation-trigger-range-start: entry 20%; animation-trigger-exit-range-start: normal` You'll get: `animation-trigger-range-start: entry 20%; animation-trigger-exit-range-start: cover 0%`. > Right, I was mistaken about the meaning of `normal`. I thought `contain normal`...