• If I set it to zero or 10000 the result is the same.

    I have two SVG Animations (CSS no JS) in the Custom Animation input box.
    In the Custom CSS I have this code to pick one based on @media:

    #emdVzR1UDgE1 {opacity: 0;
        height: 0vh;
    }
    
    @media (max-width: 444px){
    #emdVzR1UDgE1 {opacity: 1; 
           height: 100vw;
    }  
    #ej8oR9SaWuh1 {display: none;}
    }

    Any thoughts on why Fade Out does not work?

    The page I need help with: [log in to see the link]

  • The topic ‘Fade out seems to have no effect for custom animation.’ is closed to new replies.