Alexander Prinzhorn
Alexander Prinzhorn
Thanks for checking that out. How long did you leave it running? Check out my screenshot, I assume at some point the garbage collector kicks in and that the used...
Found it 
It may be an issue with defining the animation loop like this ``` js var requestAnimFrame = polyfillRAF(); //Let's go. (function animloop(){ _render(); _animFrame = requestAnimFrame(animloop); }()); ``` Maybe this...
I'm taking this serious, since it may be related to #330 and memory leaks suck. I already have a theory and I will spend some time on this ticket in...
@mtycholaz can you confirm that this also happens on http://prinzhorn.github.io/skrollr/ and not just on your simple page? Because I still can't reproduce this. I get the same pattern on a...
@mtycholaz please also consider https://code.google.com/p/chromium/issues/detail?id=120186
Couldn't find good resources on of this does actually improve performance and modern browsers already move to multi-threaded decoding. Also there will be a `decode` attribute for img with the...
Could you create a simplified version of the website? There are so many scripts and stuff on it that I won't try to debug it. Also include the unminified skrollr...
> We're having the same issue... Chrome only. Could you create a simplified version of your website which I can use to debug? Or maybe just upload it somewhere?
Also maybe prefix stuff like React? E.g. `behaviorDidAttach`?