Text animation - rolling

Hello, trying to copy this animation for my website. Could anyone help me?
Skarminspelning2024-12-02kl.16.01.59-ezgif.com-video-to-gif-converter

one option would be to do it with a little custom code, but would need a bit of knowledge to implement and adapt to your needs:
https://codepen.io/marcell0lopes/pen/oNemQmB

With built in rm animation you would need a clean planning to do this.
You have 6 different text elements (designer/developer/…)
Think about how many seconds is the transition from one word to the next and how long does the element has to stay before making place for the next one.
This then gives the overall time.
Now each element has to have an animation with different steps and delays filling this overall time.
The steps would include moving and opacity. But each element has to be manualy set up.

Another way would be to use lottie / bodymovin for this.