Home › Forums › WoodMart support forum › MOBILE / TABLET – ANIMATION AND TRANSITIONS › Reply To: MOBILE / TABLET – ANIMATION AND TRANSITIONS
April 17, 2019 at 7:36 pm
#119502
Elise Noromit
Member
Hello,
Just replace the code with this one:
.animated {
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
It would be correct.
Best Regards