Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active March 22, 2021 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wplit/238598cebf4f3799289a3b03cecb3b5a to your computer and use it in GitHub Desktop.
Save wplit/238598cebf4f3799289a3b03cecb3b5a to your computer and use it in GitHub Desktop.
Make top-level menu items from slide menu be included in the offcanvas stagger effect ( add to slide menu > advanced > javascript)
jQuery('#%%ELEMENT_ID%%').find('.oxy-slide-menu_list > .menu-item').attr( {
"data-aos":"fade-left" /* Change to the effect you want */
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment