Last little fixes and debugging
This commit is contained in:
@@ -9,17 +9,15 @@
|
||||
animDelay,
|
||||
animPanelDelay
|
||||
} from 'utils/store'
|
||||
const { page } = stores()
|
||||
$: animateIn = $pageAnimation
|
||||
|
||||
// Animations
|
||||
import { panelBackgroundOut } from 'animations/Transition'
|
||||
|
||||
// Components
|
||||
import TitleSite from 'atoms/TitleSite'
|
||||
import IconGlobe from 'atoms/IconGlobe'
|
||||
// Animations
|
||||
import { panelBackgroundOut } from 'animations/Transition'
|
||||
|
||||
// Props and Variables
|
||||
// Variables
|
||||
const { page } = stores()
|
||||
$: animateIn = $pageAnimation
|
||||
let scope
|
||||
let show = false
|
||||
let firstLoad = true
|
||||
|
||||
Reference in New Issue
Block a user