mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
function onPageTransitionStart() {
|
|
// console.log('Page transition start')
|
|
// document.body.classList.add('page-transition')
|
|
}
|
|
|
|
export { onPageTransitionStart } |