[ad_1]
/LOGIN Animation/
.modal-wrap .content-block {
z-index: 2;
border-radius: 10px;
transition: .0s opacity,0s visibility,0s
}
.modal-wrap.active-2 .tipi-latl>.title-wrap {
transition: opacity .0s,transform .0s cubic-bezier(0,0,0.3,1);
}
.modal-wrap.active-2 form, .modal-wrap.active-2 .tipi-latl>.latl-contents {
transition: opacity .0s,transform .0s cubic-bezier(0,0,0.3,1);
}
/MOBILE Menu Animation/
.site-mob-menu-a-2 .mob-menu-wrap {
transition: all .0s !important;
}
.mob-open .mob-menu-wrap .content>* {
animation-duration: .0s;
}
.mob-menu-wrap .content .mobile-navigation,
.mob-menu-wrap .content .menu-icons {
animation-delay: .0s;
}Hello, i need to erase the animations of my theme’s ‘login’ and ‘menu’, and i have found the css, but i am not an expert and wanted to ask if i can can just completely off the css codes instead of changing it’s values from ‘3s’ to ‘0s’ ?
Regards
The page I need help with: [log in to see the link]
