Skip to content

Commit

Permalink
Add videos
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste committed Nov 20, 2024
1 parent 7ed0472 commit bb43860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 🆕
Expand Down

0 comments on commit bb43860

Please sign in to comment.