Replies: 2 comments
-
|
Intersting idea! Let us think about it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Can you elaborate on why using a hook doesn‘t work in your case? If you only need to edit the options once, you can use swup.hooks.once('visit:start', (visit) => {
visit.containers = ['main']
visit.animation.scope = 'containers'
})
swup.navigate('/hello-world/') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to access options on manual navigating?
In addition to the above options, Just like in this handler, I want to make some changes.
For example;
Beta Was this translation helpful? Give feedback.
All reactions