This video will show you how to create a continuously shaking button in Elementor using CSS.
Subscribe to Garnatti one: http://bit.ly/2FiBlPO
CODE:
@keyframes shake {
0%, 100% {
transform: translateX(0);
}
25%, 75% {
transform: translateX(-5px);
}
50% {
transform: translateX(5px);
}
}
.button-shake {
animation: shake 1 infinite;
}
Visit our website: 22bulbjungle.com
Like us on Facebook: / 22bulbjunglerocks
Follow us:
Instagram: / 22bulbjunglerocks
Twitter: / 22bulbjungle