You are here

function aos_page_attachments in Animate On Scroll 8

Implements hook_page_attachments().

File

./aos.module, line 23
Integration with AOS library.

Code

function aos_page_attachments(array &$attachments) {

  // Attach AOS library to all pages.
  $attachments['#attached']['library'][] = 'aos/aos_lib';
}