Skip to content

Commit

Permalink
[scroll-animations-1] Add view-timeline-inset to shorthand
Browse files Browse the repository at this point in the history
Resolves #8926.
  • Loading branch information
andruud authored and fantasai committed Aug 18, 2023
1 parent 4316684 commit b29c3e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -751,16 +751,13 @@ spec:selectors-4; type:dfn; text:selector

<pre class='propdef shorthand'>
Name: view-timeline
Value: [ <<'view-timeline-name'>> <<'view-timeline-axis'>>? ]#
Value: [ <<'view-timeline-name'>> [ <<'view-timeline-axis'>> || <<'view-timeline-inset'>> ]? ]#
Applies to: all elements
</pre>

This property is a [=shorthand=] for setting
'view-timeline-name' and 'view-timeline-axis'
'view-timeline-name', 'view-timeline-axis', and 'view-timeline-inset'
in a single declaration.
It does not set 'view-timeline-inset'.

ISSUE: Should it reset 'view-timeline-inset' also?

# Attaching Animations to [=Scroll-driven Timelines=] # {#scroll-driven-attachment}

Expand Down

0 comments on commit b29c3e9

Please sign in to comment.