aos
aos copied to clipboard
not working correctly with Next.js 13.4.19
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
- setup nextjs project and add aos
- Initialize aos with AOS.init
- add any animation to site element
- result - element is not visible on the site