Fix Globe appearing when changing page?!
Apparently the globe was running too early and would not show up from a page to another Waiting for the page transition is helping Thanks Baptiste!
This commit is contained in:
@@ -51,6 +51,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Canvas
|
||||
:global(.globe-canvas) {
|
||||
transition: opacity 0.2s var(--ease-quart);
|
||||
|
||||
// Hidden state
|
||||
&:global(.is-hidden) {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 24px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
** Markers
|
||||
|
||||
Reference in New Issue
Block a user