|
|
|
|
|
by editkid
2125 days ago
|
|
Hello! I'm a developer for Klim. Thanks for prompting us to look at this CPU usage issue. I'm happy to say that it has now been resolved. For those interested in the underlying cause, it seems to have been a bug in Safari. The following CSS triggered infinite repaints: transition: all;
The solution was to simply be more specific: transition: background-color;
|
|