Alexander Prinzhorn

Results 617 comments of 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 ![screenshot from 2014-09-11 15 26 46](https://cloud.githubusercontent.com/assets/679144/4234466/4c75d096-39b7-11e4-81b6-cf5e1afa01c1.png)

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`?