fade/scale animation
This commit is contained in:
@@ -5,4 +5,12 @@ import {registerRootComponent} from 'expo'
|
||||
|
||||
import App from '#/App'
|
||||
|
||||
const splash = document.querySelector('#splash')
|
||||
if (splash) {
|
||||
splash.classList.add('animate-splash')
|
||||
setTimeout(() => {
|
||||
splash.remove()
|
||||
}, 500)
|
||||
}
|
||||
|
||||
registerRootComponent(App)
|
||||
|
||||
Reference in New Issue
Block a user