mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
function onPageTransitionEnd() {
|
|
// console.log('Page transition end')
|
|
// document.body.classList.remove('page-transition')
|
|
}
|
|
|
|
export { onPageTransitionEnd }
|