构建版本修改
This commit is contained in:
17
components/animation.scss
Normal file
17
components/animation.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@keyframes breathe {
|
||||
0% {
|
||||
opacity: .2;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes floatCard {
|
||||
0% {
|
||||
transform: translateY(5px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user