TIL backdrop-filter:blur() has really different performance compared filter:blur(), generally with hardware acceleration turned off. It's really low fps when applying a backdrop filter on full screen modals for example.

Also Firefox has some weird perf drop when there's multiple sticky elements.

Comments