-
-
Save mfrancois3k/f0c2b5078d555a31689f04700f3da907 to your computer and use it in GitHub Desktop.
Barba JS Hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transitions: [{ | |
async leave(data) { | |
const done = this.async(); | |
loadingAnimation(); | |
await delay(1000); | |
done(); | |
}, | |
enter(data) { contentAnimation(); }, | |
once(data) { contentAnimation(); } | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment