fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 331 forks source link

[RFR] Be a little less agressive with vendor prefixes #6

Closed KittyGiraudel closed 9 years ago

KittyGiraudel commented 9 years ago

I am not quite sure which browsers you intend to support but I believe it's safe to get rid of -khtml- prefixes as well as -ms- and -moz- prefixes for transitions (especially since the -ms- one has never been used). We could even ditch -o- I believe, but I left it just in case.

Feel free to decline if that does not suit your browser needs.

lipis commented 9 years ago

Related #4

fat commented 9 years ago

ha good call :P

fat commented 9 years ago

thanks!