Search by

vardot / aos

Animate On Scroll library, packaged as a Drupal library

Maintainers

Package info

github.com/Vardot/aos

Type:drupal-library

pkg:composer/vardot/aos

Transparency log

Statistics

Installs: 390

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.3.4.1 2026-09-02 08:25 UTC

This package is auto-updated.

Last update: 2026-09-02 08:26:59 UTC


README

This repository packages the distribution build of AOS (Animate On Scroll) by Michał Sajnóg as a Composer drupal-library, so that a Drupal site can install it with Composer instead of copying files out of node_modules.

Only the files Drupal actually serves are shipped: aos.css and aos.js.

Installation

composer require vardot/aos

With composer/installers and the usual Drupal installer-paths, the files land at:

web/libraries/aos/aos.css
web/libraries/aos/aos.js

which is where drupal/varbase_components expects them.

Versioning

Tags follow the upstream AOS release they are built from. 2.3.4 here is the distribution build of michalsnik/aos v2.3.4.

Upstream

Maintainers