Open johnnydanger opened 9 years ago
Upon further testing, the problem only recurs using jQuery 2.11. jQuery 1.x works fine.
The same for me, running jQuery 2.1.3.
There is a work around, on line 135. replace the '$.support.opacity ? settings.duration : 0' with 'settings.duration', just so until this is fixed :+1:
@kocoten1992 , dude, you're awesome. Saved me a lot of head-ache. Works with latest jQuery!
Also, a solution to this is to set the duration to 0 and style the transition in CSS:
.zoomImg { transition: opacity .5s !important; }
For some reason the zoomed image isn't fading in, it's only fading out. Tested with current versions of Safari and Chrome.