You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my main contents that are scrollable are not placed directly inside my body element, which makes it not scrollable. I need an option while initializing AOS that allows me specify what element is my parent element, so that the necessary event listeners can be attached to it
An option to define my parent element on my page
my main contents that are scrollable are not placed directly inside my body element, which makes it not scrollable. I need an option while initializing AOS that allows me specify what element is my parent element, so that the necessary event listeners can be attached to it
Example :
AOS.init({
offsetParent: document.querySelector('#main-body')
});
The text was updated successfully, but these errors were encountered: