How to add button shake animation css wordpress

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%;}
}


Facebook
Twitter
LinkedIn
Pinterest
Reddit
Tumblr
Skype
WhatsApp

Leave a Reply

Your email address will not be published. Required fields are marked *