johnpolacek / scrollorama

The jQuery plugin for doing cool scrolly stuff. NOTE: No longer under active development. New version is ScrollMagic.js
http://johnpolacek.github.com/scrollorama/
2.51k stars 371 forks source link

not working with latest version of JQuery (1.9.1) #38

Closed e-zero closed 11 years ago

e-zero commented 11 years ago

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

johnpolacek commented 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

cointilt commented 11 years ago

If you are using bower or any other dependency manager you will not see the fix since it has not been tagged.