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

Your video will begin in 10
Skip ad (5)
ads, add your ads

Thanks! Share it with your friends!

You disliked this video. Thanks for the feedback!

Added by admin
5 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

Sign in or sign up to post comments.

Comments

Be the first to comment