In this short video we'll learn how to stagger our headlines.
Text stagger animation is when characters of a headline reveal themselves one after the other.
And you can add one to your site, in half a minute, no coding needed.
Step 1: Choose one of 3 effects
- Masked slide up
- Masked rotate
- Scrub opacity
Step 2: code generator
Go to the GSAP Text Animator by Refokus
- Choose an effect
- Target (Words, Paragraphs etc.)
- Turn on Scroll Trigger (optional)
- Then click Copy Code
The options of Scroll Trigger will make sure the heading will animate only when it scrolls into view.
Step 3: paste code
And finally
- Paste the code at the footer of your site
- Add the word animate under Custom Attributes in Webflow or Elementor.
Optional: Add CSS for a better looking effect
Add this CSS code and the effect will look even better.
Embed this code between <style> tag and </style> tags, or as custom CSS.
.line {
overflow: hidden;
padding-bottom: 0.09em;
}
Final words
And that’s it: Staggered Text Reveal Animation, that you can copy to your website.