Home > database >  How to animate a text reveal sliding up with perspective?
How to animate a text reveal sliding up with perspective?

Time:11-03

My experience with css animation is minimal and I have a friend that wants this specific animation for the header title of his page.

This is the page example. https://www.sendpotion.com/

The message: "Personalize Videos at Scale"

Appears from bottom behind and has curve.

I have tried to hack their styles but i could not achieve it.

Can somebody help me with an example or a library?

CodePudding user response:

They are using GSAP (https://greensock.com/gsap/), you can use that or also look into Framer and their motion library

  • Related