保存进度!
This commit is contained in:
18
入门/动画/css/main.css
Normal file
18
入门/动画/css/main.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-11-22 17:12:01
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-11-22 17:24:53
|
||||
* @FilePath: \vue-learning\入门\动画\css\main.css
|
||||
* @Description: 列表动画的css文件
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
.list-enter-active,
|
||||
.list-leave-active {
|
||||
transition: all 1s ease;
|
||||
}
|
||||
.list-enter-from,
|
||||
.list-leave-to {
|
||||
opacity: 0;
|
||||
}
|
Reference in New Issue
Block a user