Closed jfsiii closed 11 years ago
Both the transitions cage match and CSS3 page throw JS errors in Opera 12.15 (the latest version for OS X).
Both fail in TweenMax.min.js:1152 with Unhandled Error: Cannot convert 'i' to object
TweenMax.min.js:1152
Unhandled Error: Cannot convert 'i' to object
On the cage match page, the issues seems to begin on jquery_cage_match.js:23
jquery_cage_match.js:23
TweenLite.set(textDiv, { css: { perspective: 500, perspectiveOrigin: "50% 50%", transformStyle: "preserve-3d" } });
On the CSS3 page, it seems to begin on cssplugin_css3_newAPI_full.js:27
cssplugin_css3_newAPI_full.js:27
TweenLite.set(trans3DBoxes, { perspective: 400, transformStyle: "preserve-3d" });
Thanks for pointing this out. It is resolved in the upcoming 1.9.7 release.
Fixed in 1.9.7
Both the transitions cage match and CSS3 page throw JS errors in Opera 12.15 (the latest version for OS X).
Both fail in
TweenMax.min.js:1152
withUnhandled Error: Cannot convert 'i' to object
On the cage match page, the issues seems to begin on
jquery_cage_match.js:23
On the CSS3 page, it seems to begin on
cssplugin_css3_newAPI_full.js:27