add class name on specific button
Example: shakeadd 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: shakeadd 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 us