I have a couple of progress indicators on my site <div class="progress-bar progress-bar-striped active"></div>.These progress indicators occupy about 50% of the processor.When I delete a class activefrom all progress indicators, the CPU drops abruptly.I would like to have animated progress bars that don't take up as much CPU.Is it possible?
<div class="progress-bar progress-bar-striped active"></div>
active
I saw the answer about CPU usage in CSS animations, they suggested using:
transform: translateZ(0);
( , , 3D-), GPU, . 20% ( )
Source: https://habr.com/ru/post/1624297/More articles:Are there cases where fields are better than auto-properties - reflectionPHP: instantiating a class from a variable is not performed oddly - instantiationGet a specific NSOperation from NSOperationQueue - iosOverload function for arguments (not) output at compile time - c ++How to get the default Google+ button for an Android application - androidSocket resolves DNS with a specific DNS server - pythonRPivotTable may list a more acceptable amount - javascriptSQLiteOpenHelper: the fastest way to execute ~ 20k statements? - androidgrunt-email-workflow Grunt tasks? - javascriptStandard grade dplyr mutate_each_ - rAll Articles