Khushal Sagar
Khushal Sagar
I assumed limiting to Animations which must use an animation-timeline of type document timeline implies their currentTime can only move forward. Is that not the case? Maybe an example of...
Thanks for that example @ydaniv. Didn't realize you could have the animation's currentTime be disjoint from the associated timeline this way! +1 to flackr's comment. Paused animations should be supported...
The spec edit for this has landed.
Heads up on a minor change to this event: https://github.com/whatwg/html/issues/10196.
@tdresser shared an interesting observation today, frameworks like React have a concept of a unique key for list items : https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key. It seems like instead of a native API, where...
A third value which would be useful for a case like https://deploy-preview-32--infrequently.netlify.app/, the page has a massive element which will be captured in entirety while the animation doesn't need that....
> Isn't the clipping just supposed to happen automatically? https://drafts.csswg.org/css-view-transitions-1/#compute-the-interest-rectangle-algorithm That automatic clipping is very conservative, only if we must because of constraints like max texture size. Technically an implementation...
> I wonder if we need some other feature in that case, where the group still animates from old to new, but there's only a new in the pair, or...
+1 to making the property inherited. I'm assuming the initial value will be `visible`. For the `auto`/`clip` case, is there any use-case to let developers expand the snapshot viewport by...
> I wouldn't do anything regarding the ink overflow. It shouldn't be web observable... so I think the intersection should work according to the IntersectionObserver rules and disregard ink-overflow. Hmmm,...