Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove effect off animation css

#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover{
  -webkit-transition:none !important;
  -moz-transition:none !important;
  -o-transition:none !important;
  transition:none !important;
}
Source by sevenspark.com #
 
PREVIOUS NEXT
Tagged: #remove #effect #animation #css
ADD COMMENT
Topic
Name
4+2 =