Closed
Description
Hi
I would like to know if exist an option to delay (maybe with a js Promise) the page switch.
For example i would like to :
- click on a link
- start an animation (the content fade out for example), here i would like to intercept the process.
- the ajax load take place
- the ajax end
- the new content fade in (this should not be a problem)