Infinity
KPCKevin Powell - Community
•Created by Infinity on 2/25/2024 in #front-end
Disabling CSS Animations on Lower End Devices (Is this a good idea?)
I have also read a bit about
blur
not being very performant on devices with weaker GPUs hence why I'm wondering if there's anything I can do to make it lag less on those devices instead of just disabling it all together.5 replies
KPCKevin Powell - Community
•Created by Infinity on 2/25/2024 in #front-end
Disabling CSS Animations on Lower End Devices (Is this a good idea?)
For instance I had a
blur
+ translate
animation on scroll for some elements so they swipe in and unblur as the user scrolls them into view:
JS
CSS
5 replies