Combine Parallel Plugin + JS Plugin + GSAP #932
-
Describe your problem 🧐A few weeks ago, I inquired about the possibility of combining the Parallel plugin with the JS Plugin. Fortunately, @daun noticed my query and recommended checking out this post: https://github.com/orgs/swup/discussions/799. I attempted to set it up, but I couldn't get it to work. Currently, my page simply refreshes when navigating to another page. Swup js Instance
What is your question? 🙋♀️I want to have a minimal starter version only with JS Plugin and Parallel Plugin. URL to minimal reproduction 🔗https://paralell--axa-future.netlify.app/ Checked all these? 📚
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You're using the selector |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
You're using the selector
main
, but there's nomain
element on your page. There's only adiv
with the class ofmain
. Changing the selector frommain
to.main
should do the trick.