aos icon indicating copy to clipboard operation
aos copied to clipboard

How to change type of animation with media queries?

Open kentforth opened this issue 4 years ago • 3 comments

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) {}

kentforth avatar Aug 19 '20 11:08 kentforth

I have that problem to.

Would love to hear a answer about that.

jerodepr avatar Oct 24 '20 16:10 jerodepr

+1 same

mkinberg avatar Nov 13 '20 23:11 mkinberg

ever came up with a solution on this? Looking for a something similar too.

hocomadvies avatar Aug 26 '21 09:08 hocomadvies