source: pages/+onPageTransitionEnd.ts@ 5ce5904

main
Last change on this file since 5ce5904 was 8ee4553, checked in by Bati <no-reply@…>, 7 months ago

scaffold Vike app with Bati

  • Property mode set to 100644
File size: 139 bytes
RevLine 
[8ee4553]1export async function onPageTransitionEnd() {
2 console.log("Page transition end");
3 document.body.classList.remove("page-transition");
4}
Note: See TracBrowser for help on using the repository browser.