Skip to main content

Third party integrations

All animations in Remotion must be driven by the value returned by the useCurrentFrame() hook. If you would like to use another way of animations in Remotion, you need an integration that supports synchronizing the timing with Remotion.

On this page, we maintain a list of integrations for popular ways of animating on the web, and provide status for popular requests.

CSS animations

You can synchronize animations with Remotions time using the animation-play-state and animation-delay CSS properties. Check out example code or use the remotion-animation library directly (unofficial library).

GIFs

Use the @remotion/gif component.

Framer Motion

At the moment, we don't have a Framer Motion integration, but are discussing the matter on GitHub Issues.

Lottie

Use the remotion-lottie package (unofficial library).

Three.JS

Use the @remotion/three package.

react-spring

There is no direct compatibility but Remotion provides it's own spring() instead.

Reanimated

There is no integration available but Remotion shares some code with Reanimated, in particular interpolate(), spring() and Easing. This makes it easier to refactor already existing animation from Reanimated.

Other libraries

Are you interested in using other libraries with Remotion? You can file a GitHub issue to inquire it. While we cannot guarantee to help, you can register interest and kick off the discussion.