style> @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; }

WASSIMA WASSIMA

عرض خاص: التوصيل بالمجان و الدفع عند الاستلام

اسرع واطلب الآن

فئات الرجال

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

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