zyronon / douyin

Vue3 + Pinia 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile
https://dy.ttentau.top/
GNU General Public License v3.0
9.38k stars 2.57k forks source link

请问下login页面这个css动画作用于哪里 #95

Open lmq352489099 opened 4 months ago

lmq352489099 commented 4 months ago

.scale-enter-active, .scale-leave-active { transition: all 0.3s ease; }

.scale-enter-from, .scale-leave-to { //transform: scale(0); opacity: 0; }