diff --git a/demo/scroll-driven-view-transition/index.html b/demo/scroll-driven-view-transition/index.html index 4e11cb8..79d7256 100644 --- a/demo/scroll-driven-view-transition/index.html +++ b/demo/scroll-driven-view-transition/index.html @@ -51,7 +51,7 @@

Scroll-Driven View Transition

-

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.

+

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.


The Code

Between two scroll positions a View Transition is started and, once started, immediately paused and scrubbed based on the scroll position.