This is on a fresh install of Drupal 9.2.4 in my local environment.
PHP Version 7.3.9

Seems to work really well.

But, the animations only work when a user is logged in.
Anonymous users see nothing even though the html seems to be in place that allows the animations to work.

<div class="_none bs-border-color-red bs-border-radius-1" data-aos="fade-up">

All of the other styles seem to work.

Comments

dadderley created an issue. See original summary.

xaa’s picture

I second this issue using bootstrap4 theme

tko’s picture

Drupal 8/9 do not load JS by default for anonymous users. You will need to include dependencies to core/drupal for the Drupal.behaviours object to be available.

aaronchristian’s picture

Yes you should check your console for any errors and ensure the library is loading properly.

Going to close this off for now, reopen with screenshots if its still an issue.

aaronchristian’s picture

Status: Active » Closed (works as designed)