remotion-animated
remotion-animated copied to clipboard
Support for other animations
Hey @stefanwittwer, this library is fantastic! Is there any chance we could have other strategies than just the spring animation, e.g. something like reanimated withTiming? I can't make it work well for scrolling large images from top to bottom, as it always spends too much time decelerating at the end, no matter how I configure it.
Totally makes sense to me!
Would support for any custom bezier easing curve (e.g. Easing.bezier(0.5, 0.01, 0.5, 1)) solve your use case?
@stefanwittwer Yes, I'm pretty sure that would work well :) Thanks for the swift response!
It's been a while, but it's finally here :) Support for custom bezier easing curves and other custom timing functions (#12) is now available in Remotion Animated 2.2.0 (changelog).