Skip to content

Can not show elements on mobile with disabled option #853

@yhojann-cl

Description

@yhojann-cl

When disable mobile initialization the component are not visible by default, by example:

import AOS from 'aos';
import 'aos/dist/aos.css';

AOS.init({ disable: 'mobile' });
<p data-aos="fade-left">
    Example content.
</p>

In the web browser works fine, but in mobile the message is not show. I was hoping it would show normally without any animation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions