Aos: Animations Do Not work during scoll on Mobile Web@Work Browser

Created on 31 Jan 2018  路  2Comments  路  Source: michalsnik/aos

When loading a web page with AOS, on a mobile device with the Web@Work browser, the animations only activate when the scroll is at complete stop. In other words, the animations effectively do not work if the user is continuously scrolling.

Has anyone seen a similar issue and have a solution?

Most helpful comment

Hey, please try to:

AOS.init({
  startEvent: 'load'
});

or add:

window.addEventListener('load', AOS.refresh);

This should solve your problem. If not feel free to reopen this issue :)

All 2 comments

Hey, please try to:

AOS.init({
  startEvent: 'load'
});

or add:

window.addEventListener('load', AOS.refresh);

This should solve your problem. If not feel free to reopen this issue :)

in any viewport between 360px and 737px animations dont work

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndTheGodsMadeLove picture AndTheGodsMadeLove  路  3Comments

junaidfarooqui picture junaidfarooqui  路  3Comments

halverson picture halverson  路  4Comments

Ahearys picture Ahearys  路  4Comments

meko-deng picture meko-deng  路  4Comments