You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll-animations define the scroll() for defining an anonymous ScrollTimeline as a timeline for an animation.
The spec currently doesn't have a corresponding value for ViewTimeline.
Should we add view()?
I believe this is useful just as much.
If so, it should:
take axis and inset as arguments
refer to same element as the subject of that timeline
I guess these are reasonable for an anonymous ViewTimline, otherwise use a name.