Last little fixes and debugging

This commit is contained in:
2020-04-21 13:09:11 +02:00
parent f6c385798b
commit bdf93e89fb
9 changed files with 56 additions and 48 deletions

View File

@@ -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