-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Rejected as OutOfScopeCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.scroll-animations-1Current WorkCurrent Work
Description
Regarding view-timeline-axis, it would be nice to see the values being more specific as to what the axis is relating to. Currently scroll is the only axis, but in the future I could imagine also creating a timeline with container inline size as the axis.
As a result this feels more clear to me:
.element-moving-in-viewport {
view-timeline-name: foo;
view-timeline-axis: scroll(block);
animation: scale both linear;
animation-delay: enter 0%;
animation-end-delay: cover 50%;
animation-timeline: foo;
}as opposed to this:
.element-moving-in-viewport {
view-timeline-name: foo;
view-timeline-axis: block;
animation: scale both linear;
animation-delay: enter 0%;
animation-end-delay: cover 50%;
animation-timeline: foo;
}Metadata
Metadata
Assignees
Labels
Closed Rejected as OutOfScopeCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.scroll-animations-1Current WorkCurrent Work