Giter Club home page Giter Club logo

Comments (18)

Mackenzierae avatar Mackenzierae commented on May 26, 2024 3

FYI I just went with the option of not having the animation work on IE for now:

function msieversion() {
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");

if (msie > 0)
{
    $("[data-aos^=fade][data-aos^=fade]").css("opacity", "1");
}

}

$(document).ready(function (){
msieversion()
});

from aos.

Tebbott avatar Tebbott commented on May 26, 2024 1

Same here. Doesn't work in IE 10. All elements on the page remain hidden, even on scroll.

from aos.

michalsnik avatar michalsnik commented on May 26, 2024

It happens with all elements on IE10? Or a specific one?

from aos.

michalsnik avatar michalsnik commented on May 26, 2024

No confirmation since September and no other issues like this. I presume it's working fine, there was some work regarding IE's in the meanwhile.

from aos.

demyan1411 avatar demyan1411 commented on May 26, 2024

I have the same issue, class aos-animate not added in ie10,
I cant to understand why this code: el.node.classList.add('aos-animate'); not working =(((

from aos.

Mackenzierae avatar Mackenzierae commented on May 26, 2024

I'm having the same issue. Exactly what the original message was.
@michalsnik

from aos.

jacoob1406 avatar jacoob1406 commented on May 26, 2024

me too

from aos.

esbenjuul avatar esbenjuul commented on May 26, 2024

me too

from aos.

yuuk avatar yuuk commented on May 26, 2024

me too

from aos.

rehamwael avatar rehamwael commented on May 26, 2024

me too :(

from aos.

JDEscobar avatar JDEscobar commented on May 26, 2024

Having the same issue on E10.

from aos.

nadinezein avatar nadinezein commented on May 26, 2024

Me too... Has anyone found a solution to this?

from aos.

maexen avatar maexen commented on May 26, 2024

Edit message:
I apologize, Console signaled AOS, but problem was caused by another script.

from aos.

cmachanic avatar cmachanic commented on May 26, 2024

Any luck with this issue IE 10 issue? I'm using the basic installation, and the first element on the page will animate just fine, but the others remain hidden on scroll. Note: IE 11 and Edge work fine.

from aos.

lindsayweb avatar lindsayweb commented on May 26, 2024

I have the same issue. The first element animates in. None of the other elements will animate.

from aos.

dohoonk avatar dohoonk commented on May 26, 2024

Same issue.

from aos.

devule avatar devule commented on May 26, 2024

Same

from aos.

Ryeadkhan avatar Ryeadkhan commented on May 26, 2024

same problem.whai i do plz suggest me!

from aos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.