From bb4386095a05d4a2339ecc67a068501edfbf41ef Mon Sep 17 00:00:00 2001 From: Chris Johnson <49479599+workeffortwaste@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:58:40 +0000 Subject: [PATCH] Add videos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7c1d1bd..2588fd3 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,9 @@ gsap-video-export http://nodcoding.com/ --script "./scroll.js" The video below has issues with the timing of animations that exist outside of the scroll timeline. +https://github.com/user-attachments/assets/be461336-3605-4a81-af35-de962e5671bc + + Using the `timeweb` frame advancement option the native time handling is overwritten allowing us to globally advance the browser frame by frame. ```bash @@ -272,6 +275,8 @@ gsap-video-export http://nodcoding.com/ --script "./scroll.js" --advance timeweb In the output below the scroll timeline and other animated elements are now captured perfectly. +https://github.com/user-attachments/assets/b8a5b4c6-33ab-4e56-8218-b1761ab7b1c0 + ## Advanced ### Cookies 🆕