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

Votre vidéo commence dans 10
Passer (5)
IA Yourtube Master rapport

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by admin
6 Vues
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
Catégories
PARTAGEZ VOTRE PASSION - CRÉEZ DES TUNNELS SHARE YOUR PASSION WITH SYSTEME.IO

Ajouter un commentaire

Commentaires

Soyez le premier à commenter cette vidéo.