From 0ba7570b9af19633b1b8aaec627a0b06e7e506c8 Mon Sep 17 00:00:00 2001 From: Rick Doesburg Date: Sun, 12 Apr 2026 15:47:12 +0200 Subject: [PATCH] Fix typo in explanation paragraph --- demo/scroll-driven-view-transition/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.