Closed e-zero closed 11 years ago
Are you using the latest Scrollorama? This issue should be fixed. https://github.com/johnpolacek/scrollorama/blob/master/js/jquery.scrollorama.js#L40
If you are using bower or any other dependency manager you will not see the fix since it has not been tagged.
When running with JQuery 1.9.1, a javascript exception occurs at line 38:
if ($.browser.mozilla) { browserPrefix = '-moz-'; }
Uncaught TypeError: Cannot read property 'mozilla' of undefined