As I said in the post, I am using requestAnimationFrame which has all the optimizations implemented to be well accurate. I found the problem actually and the problem was css. Transition of width for 0.2 sec was a bottleneck. After I turned off the transition property, everything is smooth as it should be!
Thanks anyway! :) On Monday, 16 January 2017 19:03:01 UTC+1, Sander Elias wrote: > > Hi Sašo, > > Try using $timer instead of setTimeout (or $interval). > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
