/** * Attach animations library globally. */ function mercury_page_attachments_alter(array &$attachments) { $attachments['#attached']['library'][] = 'mercury/animations'; }