aos
aos copied to clipboard
How to change type of animation with media queries?
How to change type of animation with media queries?
My current animation is data-aos="fade-up-left"
<div
class="built__text"
data-aos="fade-up-left"
data-aos-easing="ease-out"
data-aos-duration="700"
>
<h2>BUILT FOR PHOTOGRAPHERS</h2>
</div>
I want it to change to fade-up
when width of browser is 400px
@media screen and (max-width: 400px) {}
I have that problem to.
Would love to hear a answer about that.
+1 same
ever came up with a solution on this? Looking for a something similar too.