tyle> @keyframes shake-x { 0%, 100% { -webkit-transform: translateZ(0); transform: translateZ(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-5px,0,0); transform: translate3d(-5px,0,0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(5px,0,0); transform: translate3d(5px,0,0); } } .single-product .single-submit.shaked { animation: shake-x 2s ease infinite; } .single-product .single-submit.shaked:hover { animation: none; }

نطلق معنا في تجربة تسوق لا مثيل لها!

نطلق معنا في تجربة تسوق لا مثيل لها!

التصنيف الأول

لا يوجد اي منتوج في هدا القسم

script> setInterval(function(){ document.querySelector('.single-product .single-submit').classList.toggle('shaked'); }, 5000);