update: トップページ開始処理を実装
This commit is contained in:
parent
aeab5ac19c
commit
cc1b8c8336
@ -146,5 +146,13 @@ export const startEndAnimation = () => {
|
|||||||
|
|
||||||
end_animation__end.addEventListener('animationend', e => {
|
end_animation__end.addEventListener('animationend', e => {
|
||||||
root.removeChild(end_animation)
|
root.removeChild(end_animation)
|
||||||
|
startTopPage()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* top-pageの開始
|
||||||
|
*/
|
||||||
|
export const startTopPage = () => {
|
||||||
|
top_page.setAttribute('data-state', 'start')
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user