Y
Hacker News
new
|
ask
|
show
|
jobs
by
afavour
780 days ago
The exception there is hardware accelerated CSS transforms, which will work great.
1 comments
rasz
780 days ago
"hardware accelerated" CSS transforms take ~30% of one CPU thread in Chrome, thats a very specific definition of great :(
link
easyThrowaway
780 days ago
I should check it on a more recent release, but at least on Chrome 80-ish and earlier CSS transforms were evaluated fully in software mode when blending filters or transparency effects were active, at least on mac os.
link
afavour
780 days ago
That’s not what I’ve observed. But in any case, the point in the context here is that such CPU usage
doesn’t
tie up the JS event loop.
link