/* Disable ALL animations */
*,*::before,*::after {
    transition : unset !important;
}