+ 4
How to increase frame rate in css animations and what are the factors effecting the frame rates in an animation?
I've made a loader containing many moving elements but it is a bit laggy. I want to improve it's frame rates so I need help. That code is here please check. https://code.sololearn.com/W6GyfXiKUv9J/?ref=app
4 Respostas
+ 2
But it doesn't increase frame rates it is yet laggy..
+ 2
May be...
+ 1
animation-timing-function: steps(n);
Where n is how many frames the animation is divided into.
+ 1
Your device processor is a factor. It probably can't handle animations with lot of fps