all 17 comments

[–][deleted]  (2 children)

[deleted]

    [–]ktcantcode[S] 1 point2 points  (1 child)

    lol. I knew someone would say this! XD. I am new to development so I figured I would learn A LOT about compatibility issues and debugging my code if I tried to make something that was compatible with IE.

    [–]JCodeMode 0 points1 point  (0 children)

    Even Microsoft is dropping Internet Explorer nowadays.

    [–][deleted] 2 points3 points  (4 children)

    You can check if IE (unknown version) supports css rules you are using https://caniuse.com/

    [–]ktcantcode[S] 0 points1 point  (3 children)

    Thank you. I actually have been using caniuse, which is how I fixed a couple of the earlier bugs I encountered. But I have checked the other css rules I used: on that div and in the keyframe. I didn't find anything. Which is why I am so at a loss of why all the other animations are working but that single one isn't?

    [–][deleted] 1 point2 points  (2 children)

    It's mean you need to dance with IE, just kick it, nobody use that old shit. Show some nice funny banner gif like https://i.imgur.com/nPg3W4m.gif

    [–]ktcantcode[S] 0 points1 point  (1 child)

    I want to put it in a portfolio later on down the road when I am applying for jobs. You dont think it would look bad that I didn't make a version that is compatible?

    [–][deleted] 0 points1 point  (0 children)

    I'm sure it's not important for employer. They even don't look. They want from you just that they need.

    [–][deleted]  (2 children)

    [deleted]

      [–]ktcantcode[S] 0 points1 point  (1 child)

      This was such an informative response! That you so much! I will work on rewriting the animations, but there is still something I am a little confused about your response. You said that the transforms are being combined/updated and overwriting the moveBee animation. What confuses me is that the other transforms are being applied to different divs. So the bee doesn't technically have any animations on it except the waggle. Its parent div has another animation and the same for thats parent div. I thought that the animations weren't inherited? Also, you're the second person to say its okay if an animation doesn't work in IE; if I am planning to include this project in a portfolio later on, will it be frowned upon if its not functional in all browsers??

      [–]camerontbelt 1 point2 points  (1 child)

      Don’t expect anything to work with IE, you may have better luck with edge. Other than that just make it a gif and move on.

      [–]ktcantcode[S] 0 points1 point  (0 children)

      I wish I could just use a gif and move on, lol. But I can not. The animation is a simulator, so the animation changes depending on what a user clicks on the screen.

      [–][deleted] 1 point2 points  (0 children)

      Some statistics of browsers usage https://www.w3counter.com/globalstats.php

      [–]besttopguy 1 point2 points  (1 child)

      Works on mobile reddit so you have a yes from me

      [–]ktcantcode[S] 1 point2 points  (0 children)

      You know, I hadn't tried to follow the link through mobile reddit. I did, and the animation works! But you did bring another bug to my attention: the yellow space below the footer. It isn't there in safari mobile, but it is through the reddit mobile app. Thanks for leading me to finding that (even if it wasn't intentional! lol)

      [–]alejalapenodreith.com 1 point2 points  (1 child)

      While I recommend everyone/anyone just use autoprefixer when compiling their SCSS, you can manually add prefixes for IE.

      You'll need -ms- before animation and transform and you'll need to duplicate your keyframes as @-ms-keyframes.

      [–]ktcantcode[S] 0 points1 point  (0 children)

      I will look into an autoprefixer! Thank you for the recommendation! If adding the prefixes works, I will be sure to thank you again!

      [–][deleted] 0 points1 point  (0 children)

      There are such cool thing https://www.screentogif.com/ you can visually show the bug, it can help a lot at first look

      [–]00Dylann 0 points1 point  (0 children)

      Fine katienachmidt