Disable AOS on mobile

CSS
@media screen and (max-width: 768px) {
    .aos-animate[data-aos].no-mobile-animation {
        transform: unset!important;
        transition: none!important;
    }
}
  • .aos-animate[data-aos] disables all.
  • just use a custom selector like .no-mobile-animation to control every element