Stefan Wittwer

Results 12 comments of Stefan Wittwer

Hi there! The opacity of the text in this example is indeed supposed to animate from 1 to 0.8 in the second animation. Let me look into it 👍

@mecirmartin Thank you for digging into this and for taking the time to contribute a fix! The change is now merged and the fix is now published in version 2.1.1.

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?

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)](https://github.com/stefanwittwer/remotion-animated/releases/tag/v.2.2.0).

+1, I've encountered the same issue in the past

I'm of course also happy to extend the documentation site accordingly if this will be merged, I'd just need a pointer as to where I could contribute that.

I'm also happy to change anything needed for this to be merged :) Is there a process for getting this PR reviewed?

@diegomura Any pointers on how to get this PR reviewed? :)

This PR was a bit out of date by now, so I integrated all latest changes into it and resolved the conflicts. Everything works again, as can be seen in...

@samueldrai It seems the `layout` package has been converted to TypeScript now on the main branch in #3092 and subsequent PRs. Would you be willing to help me bring my...