-webkit- prefixes #1469
Cyberchicken
started this conversation in
General
Replies: 1 comment
-
We probably just need to update browser-list and recompile the whole thing. Should be fixed in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded animate.css and I noticed a lot of -webkit- prefixes (835 lines).
I checked them on CanIUse and just one (out of 12) is used today:
-webkit-backface-visibility
Is there a reason to keep all the others?
-webkit-animation-delay
-webkit-animation-duration
-webkit-animation-fill-mode
-webkit-animation-iteration-count
-webkit-animation-name
-webkit-animation-timing-function
-webkit-keyframes
-webkit-transform
-webkit-transform-origin
-webkit-transition-duration
-webkit-transition-timing-function
Thank you
Beta Was this translation helpful? Give feedback.
All reactions