Can disable: phone or disable: mobile be used on a per element basis (not global)?
If not, would be nice to see data-aos-disable attribute option.
Yap +1 @simmonsr i already thought if that will be possible on an element and not globally... that's a nice idea
I have a little workaround for you guys, you can just wrap your aos-scss (_animations.scss) or compiled css inside a Media Query which excludes mobile devices so only the class gets toggled but nothing happens. Or you can set a default animation for mobile devices too. Hope it helps
Would just be easier to have it be an per element basis. The developer is considering it.
Most helpful comment
If not, would be nice to see
data-aos-disableattribute option.