Skip to main content

@remotion/gsapv4.0.517

Use GSAP timelines in Remotion.

GSAP normally advances animations on its own ticker, which runs on the wall clock. Remotion requires every frame to be a pure function of useCurrentFrame(). This package builds a paused GSAP timeline and seeks it to the current frame, so previews, scrubbing and renders are deterministic.

npx remotion add @remotion/gsap

Also install gsap itself, which is a peer dependency:

npm i --save-exact gsap

APIs

License

MIT