source:
pages/+onPageTransitionEnd.ts@
546a194
| Last change on this file since 546a194 was 8ee4553, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 139 bytes | |
| Line | |
|---|---|
| 1 | export 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.
