WIP attempt to fix page transitions, Several edits
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
// Animations
|
||||
import { animateIn } from 'animations/TitleSite'
|
||||
|
||||
// Variables
|
||||
// Props and variables
|
||||
export let init = false
|
||||
let scope
|
||||
let mounted = false
|
||||
|
||||
@@ -14,8 +15,8 @@
|
||||
** Run code on component mount
|
||||
*/
|
||||
onMount(() => {
|
||||
animateIn(scope, init)
|
||||
mounted = true
|
||||
animateIn(scope)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user