Replies: 1 comment
-
As I checked it seems I should somehow translate this part of SVG to Remotion:
For this animation: https://codepen.io/Callum-Martin/pen/aWpdGw Maybe I should use this Remotion package: https://www.remotion.dev/docs/paths and translatePath() function. 🤔 @JonnyBurger is it the right way to translate this SVG animation to Remotion animation or I just lost? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @JonnyBurger ,
I want to use some Text animations in my Remotion project, as I read in the docs it's always recommended to use
useCurrentFrame()
hook for animations. I'm curious to see if there is any easy way to integrate animations like this in Remotion:https://codepen.io/webstoryboy/pen/rrLdQX
Or this:
https://codepen.io/Callum-Martin/pen/aWpdGw
Is there any sample or guide for CSS text animations in Remotion?
Beta Was this translation helpful? Give feedback.
All reactions