aos icon indicating copy to clipboard operation
aos copied to clipboard

not working correctly with Next.js 13.4.19

Open R3ps4k opened this issue 2 years ago • 7 comments

After upgrading project to newest release of nextjs everything stopped working. Not a single element with aos property got rendered (animation was not triggered).

Downgrading it back to 13.4.6 solved the issue

This is:

  • Bug

Specifications

  • AOS version: 2.3.4
  • OS: Windows/linux
  • Browser: chrome, edge, firefox

Expected Behavior

Animations should be triggered

Actual Behavior

not a single animation was triggered resulting in unusable website

Steps to Reproduce the Problem

  1. setup nextjs project and add aos
  2. Initialize aos with AOS.init
  3. add any animation to site element
  4. result - element is not visible on the site

Detailed Description

Possible Solution

R3ps4k avatar Sep 17 '23 18:09 R3ps4k