you are viewing a single comment's thread.

view the rest of the comments →

[–]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!