add class name on specific button
Example: shake
add code in the custom css
.shake{
animation-name: shake;
animation-duration: 1s;
animation-iteration-count: infinite;
}
@keyframes shake {
0%{margin-left: 0px;}
50%{margin-left: -15%;}
}
add class name on specific button
Example: shake
add code in the custom css
.shake{
animation-name: shake;
animation-duration: 1s;
animation-iteration-count: infinite;
}
@keyframes shake {
0%{margin-left: 0px;}
50%{margin-left: -15%;}
}
Contact: contact@ecomswoo.com
© 2024 All Rights Reserved