Shopify themes, liquid, logos, and UX
Hi
Can someone help me with shaking some call to action buttons for me please
I need to add a shake add to cart on all product pages eg:
And also I will like to add the shake feature on the reveal offers button which appears on selected pages
Thanks
Solved! Go to the solution
This is an accepted solution.
Hello @Kris-Tech ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code below:
button.add-to-cart, .ufe-floating__btn {
animation-name: shake;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in;
cursor: pointer;
position: relative;
}
button.add-to-cart:hover, .ufe-floating__btn:hover {
animation-name: shakeAnim;
}
@keyframes shakeAnim {
0% {left: 0}
1% {left: -3px}
2% {left: 5px}
3% {left: -8px}
4% {left: 8px}
5% {left: -5px}
6% {left: 3px}
7% {left: 0}
}
@keyframes shake {
0% {left: 0}
1% {left: -3px}
2% {left: 5px}
3% {left: -8px}
4% {left: 8px}
5% {left: -5px}
6% {left: 3px}
7% {left: 0}
}
Thanks
This is an accepted solution.
Hello @Kris-Tech ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code below:
button.add-to-cart, .ufe-floating__btn {
animation-name: shake;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in;
cursor: pointer;
position: relative;
}
button.add-to-cart:hover, .ufe-floating__btn:hover {
animation-name: shakeAnim;
}
@keyframes shakeAnim {
0% {left: 0}
1% {left: -3px}
2% {left: 5px}
3% {left: -8px}
4% {left: 8px}
5% {left: -5px}
6% {left: 3px}
7% {left: 0}
}
@keyframes shake {
0% {left: 0}
1% {left: -3px}
2% {left: 5px}
3% {left: -8px}
4% {left: 8px}
5% {left: -5px}
6% {left: 3px}
7% {left: 0}
}
Thanks
Thank you, worked perfectly!
In edit code I don't have theme.css file
Another option is to use shopify app : https://apps.shopify.com/shake-add-to-cart-button
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025