Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/scroll-driven-view-transition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<div class="shell-explanation">
<h2>Scroll-Driven View Transition</h2>
<p>When scrolling the page, the header card will toggle between the large and small state. This is acthieve by starting a View Transition that is immediately paused and then scrubbed based on the scroll position.</p>
<p>When scrolling the page, the header card will toggle between the large and small state. This is achieved by starting a View Transition that is immediately paused and then scrubbed based on the scroll position.</p>
<hr>
<h3>The Code</h3>
<p>Between two scroll positions a View Transition is started and, once started, immediately paused and scrubbed based on the scroll position.</p>
Expand Down