Hacker News new | ask | show | jobs
by LorenzoBloedow 766 days ago
Does anyone know why the blur effect always takes so much power? Is there not a way to use the GPU, or is the problem something else entirely?
1 comments

You can tell CSS to use GPU by adding `transform: translate3d(0, 0, 0);`

Explanation of slow CSS filter performance is in this video: https://www.youtube.com/watch?v=oie6KqSPPlE