LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

animation-delay not prefixed with negative values; #6140

Closed GrupoWebex closed 5 years ago

GrupoWebex commented 5 years ago

animation-delay: -1s; not prefixed. Thanks for that incredible library

LeaVerou commented 5 years ago

-prefix-free will only prefix the properties that actually need a prefix in the current browser. I suspect you're testing this in a modern browser, that supports animation-delay without a prefix. If that's not the case, please comment and I will re-open this.