Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.5k forks source link

Skrollr.init () does not work in meteor #804

Open thiago-zaidem opened 8 years ago

thiago-zaidem commented 8 years ago

Template.home.rendered = () -> w = new WOW().init() skrollr.init().refresh()

in chrome console appears this message

Exception from Tracker afterFlush function: undefined

what might be happening? It´s urgent