Commit 08607bda by liuchenxi

update: ui

parent bca1fa96
......@@ -644,20 +644,20 @@ export default {
}
40% {
opacity: 1;
right: 50px;
bottom: 360px;
right: 37px;
bottom: 345px;
transform: scale(0.5);
}
50% {
opacity: 0.5;
right: 50px;
bottom: 360px;
right: 37px;
bottom: 345px;
transform: scale(1.2);
}
100% {
opacity: 0.5;
right: 50px;
bottom: 360px;
right: 37px;
bottom: 345px;
transform: scale(0);
}
}
......
......@@ -202,20 +202,20 @@ export default {
}
40% {
opacity: 1;
right: 55px;
bottom: 285px;
right: 35px;
bottom: 280px;
transform: scale(0.5);
}
50% {
opacity: 0.5;
right: 55px;
bottom: 285px;
right: 35px;
bottom: 280px;
transform: scale(1.2);
}
100% {
opacity: 0.5;
right: 55px;
bottom: 285px;
right: 35px;
bottom: 280px;
transform: scale(0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment