[-] Remove logging
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
if (!document.startViewTransition) return
|
if (!document.startViewTransition) return
|
||||||
|
|
||||||
const direction = navigation.delta && navigation.delta < 0 ? 'back' : 'forward'
|
const direction = navigation.delta && navigation.delta < 0 ? 'back' : 'forward'
|
||||||
console.log(direction)
|
|
||||||
document.documentElement.dataset.transitionDirection = direction
|
document.documentElement.dataset.transitionDirection = direction
|
||||||
|
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user