jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 460 forks source link

Make it smooth, force hardware acceleration #106

Open jjui opened 8 years ago

jjui commented 8 years ago

Simple enough, Saw your plugin, nice one, tho if adding transform: translate3d(0,0,0) as inline, this will force the hardware acceleration and make a good improvement. Even if it is not (yet) fully supported - it is well supported and worth to add :D

This will also make the zoom/scroll transitions like @include transition(all 0.5s ease-out); much better! Yeah, I use sass.

Best, /J