How to increase frame rate in css animations and what are the factors effecting the frame rates in an animation? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

13th Mar 2020, 2:41 PM
Avinash
Avinash - avatar
4 Answers
+ 2
But it doesn't increase frame rates it is yet laggy..
14th Mar 2020, 8:18 AM
Avinash
Avinash - avatar
+ 2
May be...
14th Mar 2020, 9:16 AM
Avinash
Avinash - avatar
+ 1
animation-timing-function: steps(n); Where n is how many frames the animation is divided into.
13th Mar 2020, 7:20 PM
Ore
Ore - avatar
+ 1
Your device processor is a factor. It probably can't handle animations with lot of fps
14th Mar 2020, 9:02 AM
Ore
Ore - avatar