How to create a button bounce animation in SIO [Systeme.io]

Your video will begin in 10
Skip ad (5)
The new system to launch an online business

Thanks! Share it with your friends!

You disliked this video. Thanks for the feedback!

Added by admin
82 Views
In this video you'll be able to implement a continuous button bounce animation.

#button-2b316a3c {
display: inline-block;
cursor: pointer;
text-align: center;
animation: bounce 2s infinite ease-in-out;
}


@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}

???? Useful Links:
✅Join our FREE community:
https://www.funnelsgenius.com/community-free

✅ Start learning funnel building for FREE
https://www.funnelsgenius.com/funnelstheory

✅ All my Trainings/Courses:
https://www.funnelsgenius.com
Category
Boost Your Business With Systeme.io

Post your comment

Comments

Be the first to comment