Flip Animation Bug ( Animate on scroll issue actually)
If using a “flip” type animation there may be an issue where elements will appear when they shouldn’t. Such as below

The fix is below
|
1 2 3 |
.menu-item-has-children .sub-menu:not(.aos-animate) { opacity: 0; } |