javascript - Slicebox 3D Compatibility -
i've had necessity use slicebox 3d animation animate pictures on website. while firefox , chrome render animation fine, author planned fade on ie because of fact wouldn't support these animation. ie supports them tho, not in correct way. if open website through ie animation appear corrupted. idea workaround work inside slicebox.js in order force fade in out?
what got :
var isie = /*@cc_on!@*/false || !!document.documentmode; // @ least ie6 if (isie === false){ $('#sb-slider').slicebox(options); }else{ $('#sb-slider').slicebox(options, isie); };
the isie variable gets used in js file forse this.support false in case ie detected.
what isn't workign right ie falls on fade, renderes images way big little while before changing them correct size. ideas?
Comments
Post a Comment