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
#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
Commentaires