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.