Need help with text effect

hi I’m trying to get my text to show up link this

any idea on how i can do it thanks


Here is my public share link: LINK
(how to access public share link)

If you want to do it exactly the same way, each letter goes into individual inline elements, which you set opacity to 0. Then you set a custom interaction on page load > opacity 100%, but for each additional letter, you add an additional 20ms delay, so it goes like 0, 20, 40, 60, 80, etc.

The shorter but coding way would be to use JavaScript to calculate the delay for you, but you already need to know JS, or hire a developer.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.