Closed lunule closed 10 years ago
Testing with the below code:
var opts = { selector: '#top_image_wrap img', parent: '#top_image_wrap', normalizeTextColor: true } jQuery.adaptiveBackground.run(opts) jQuery('#top_image_wrap img').on('ab-color-found', function(){ jQuery('#top_image_wrap > div').fadeIn(1000); });
Opera and Safari browsers don't process the fadeIn effect. Same result with a simple testing alert.
Sorry Brian - that's a "mistake", it was the result of some wrong z-index handling. Solved now.
Great, glad you were able to figure it out.
Testing with the below code:
Opera and Safari browsers don't process the fadeIn effect. Same result with a simple testing alert.