Marcellino van Hecke
Marcellino van Hecke
@peterpme This means that it's also not possible to listen for a promise?
Is there a solution already for this problem @jakiestfu?
I guess the problem is that `translate3d` is used for the entire page, what do you think that might cause this @Rob-Che?
I forgot adding the class `scrollable` and although scrolling seems to go a bit smoother, it doesn't solve the entire page repaint problem.
@ashishsajwan Thanks for the tip, but I already created something that better suits my needs.
@ashishsajwan It's AngularJS based, so I'm not sure if you can do something with it.
@ashishsajwan Yes, you are right.
I was experiencing the same problems and while testing I found out the following lines cause massive impact on the performance in fps. https://github.com/jakiestfu/Snap.js/blob/v2.0/snap.js#L207;L209; ``` javascript cache.animatingInterval = setInterval(function() {...