live2d 与 animate冲突

This commit is contained in:
tangly1024
2022-03-22 17:36:08 +08:00
parent f013a4aef2
commit 282217561e

View File

@@ -23,7 +23,7 @@ export default function Live2D () {
}
}, [init])
return <canvas id="live2d" className='animate__slideInUp animate__animated cursor-pointer' width="280" height="250" onClick={switchTheme} alt='切换主题' title='切换主题'/>
return <canvas id="live2d" className='cursor-pointer' width="280" height="250" onClick={switchTheme} alt='切换主题' title='切换主题'/>
}
function initLive2D () {