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