Imagine captivating your audience from the moment they land on your Systeme.io page. With the power of CSS animations, you can create stunning gradient text effects that instantly grab attention and leave a lasting impression. In this blog post, we'll explore the benefits of adding animations to your Systeme.io pages and provide a quick tutorial on how to implement mesmerizing gradient text animations.
Identify the Text Element: Locate the text or headline element you want to animate within your Systeme.io page. Take note of its ID attribute, as you'll need it to target the element with CSS.
Add Raw HTML Element: In the elements sidebar, drag the "Raw HTML" element onto the page. It can be anywhere on the page, but I typically add it above the text element, which we will modify.
Add the CSS Code: Open the "Raw HTML" element and copy and paste one of the following codes. Replace the "TEXTID" text with the actual text or headline ID. To find this ID, click on the element, scroll all the way down to the bottom of the sidebar, and copy the "ID attribute."
Update Colors: Update the "background" attribute with colors you want to use.
Rainbow Pulse Gradient
<style>
/*Rainbow Pulse Animation*/
#TEXTID {
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: rainbow-pulse 5s linear infinite;
}
@keyframes rainbow-pulse {
0% {
background-position: 0% center;
}
50% {
background-position: 100% center;
}
100% {
background-position: 0% center;
}
}
</style>
Soft Pulse Gradient Animation
<style>
/*Soft Glow Pulse Animation*/
#TEXTID {
background: linear-gradient(to left, #ff6b6b, #feca57, #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: soft-glow-pulse 3s ease-in-out infinite;
}
@keyframes soft-glow-pulse {
0% {
background-position: 0% center;
opacity: 0.8;
}
50% {
background-position: 100% center;
opacity: 1;
}
100% {
background-position: 0% center;
opacity: 0.8;
}
}
</style>
Neon Pulse Animation
<style>
/*Neon Pulse Animation*/
#TEXTID {
background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: neon-pulse 2s linear infinite;
}
@keyframes neon-pulse {
0% {
background-position: 0% center;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
}
50% {
background-position: 100% center;
text-shadow: none;
}
100% {
background-position: 0% center;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
}
}
</style>
Conclusion:
Adding gradient text animations to your Systeme.io pages is a powerful way to captivate your audience. By following the simple steps outlined in this tutorial, you can easily implement mesmerizing animations that enhance visual appeal, increase engagement, and strengthen your brand identity.
To stay up to date with the latest design tips, funnel strategies, and trends in marketing, be sure to sign up for our FREE Funnel Vibe Learn newsletter.
Plus, import the example animation sections into your account with one click!
👉 Click here to join the Funnel Vibe LEARN for FREE
You'll gain access to exclusive content, expert insights, and actionable advice to help you take your Systeme.io pages to the next level.
JOIN FUNNEL VIBE LEARN
Get access to free trainings, templates, and resources to help you grow your online income with Funnel Vibe
LEARN HOW TO MAKE YOUR FIRST $10K SELLING FUNNELS
In the free masterclass, you'll learn how to choose a profitable niche, attract and close clients, fulfill funnels, and more.
Need A High-Converting Funnel?
LET US GIVE YOU FREE ADVICE FOR YOUR NEXT FUNNEL!
It's free advice... No obligation to purchase...
It's Time To Find The Perfect Vibe For Your Funnels.
Support@FunnelVibe.com
Copyright © 2024 | FunnelVibe.com