update: トップページ開始処理を実装

This commit is contained in:
yuki540 2018-04-19 00:10:52 +09:00
parent aeab5ac19c
commit cc1b8c8336

View File

@ -146,5 +146,13 @@ export const startEndAnimation = () => {
end_animation__end.addEventListener('animationend', e => {
root.removeChild(end_animation)
startTopPage()
})
}
/**
* top-pageの開始
*/
export const startTopPage = () => {
top_page.setAttribute('data-state', 'start')
}