remove effect off animation css

Solutions on MaxInterview for remove effect off animation css by the best coders in the world

showing results for - "remove effect off animation css"
Eduardo
15 Jan 2017
1#megaMenu ul.megaMenu > li.menu-item > a,
2#megaMenu ul.megaMenu > li.menu-item > a:hover{
3  -webkit-transition:none !important;
4  -moz-transition:none !important;
5  -o-transition:none !important;
6  transition:none !important;
7}
8