Quick Technical Question (webdev)

Discussion in 'Off Topic Discussion' started by Jakey, Feb 9, 2017.

  1. Jakey

    Jakey Member

    OK. Here is my problem.

    I am using SVG line animation to animate a logo.

    Edge, IE, and some android browsers don't support stroke-dasharray and stroke-dashoffset (CSS)...

    I need to add some sort of fallback here. Is there anyway to add a separate animation for specific browsers so I can just have the logo fade in with fill-opacity?

    What's the best way to do this?

    (I'm new with this if you cannot tell, and I don't feel like installing Moderizr onto my site as it's a huge ass file)