source: pages/+onPageTransitionEnd.ts@ d4842f4

main
Last change on this file since d4842f4 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
Line 
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.