Wow, what a fast response! ??
I have an iPhone 6S, which I guess is not classed as a low-end phone.
But the reason I want to switch it off is not functional (i.e. low-end vs. high-end phones), but stylistic: I have a page with lots of columns. For an easy life, I have animated the “rows”, which are Gutenberg groups with 4 columns inside. While they animate nicely as they come into view on the desktop, on the phone — where the 4 items are stacked — it has the effect of seeming like every 4th item is animated and not the other three. So I’d like to switch off the animations altogether on the “rows”.
As I write, I realise that this is really a responsive issue, rather than specifically a mobile issue. So I guess I’m looking for a media query I could use to efficiently switch the animations off.
I tried reducing the time to zero, but the columns then just flashed into view rather than fading in. Any suggestions for an efficient CSS kill-switch?
p.s. I also spotted a typo in the dropdown list, so I created a pull request on Github.