增加出鞘CSS
parent
15041d3fad
commit
e6f14e7cc5
|
@ -592,6 +592,26 @@
|
||||||
transform:translateY(0) rotate(0deg);
|
transform:translateY(0) rotate(0deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@keyframes stickcome {
|
||||||
|
0% {
|
||||||
|
transform:translateX(0px) rotate(0deg);
|
||||||
|
}
|
||||||
|
1%{
|
||||||
|
transform:translateX(0px) rotate(70deg);
|
||||||
|
}
|
||||||
|
33% {
|
||||||
|
transform:translateX(350px) rotate(70deg);
|
||||||
|
}
|
||||||
|
66% {
|
||||||
|
transform:translateX(350px) rotate(610deg);
|
||||||
|
}
|
||||||
|
99% {
|
||||||
|
transform:translateX(0px) rotate(610deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform:translateX(0px) rotate(0deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
/*烟花*/
|
/*烟花*/
|
||||||
@keyframes fireworks{
|
@keyframes fireworks{
|
||||||
from{
|
from{
|
||||||
|
|
|
@ -443,6 +443,9 @@ body{
|
||||||
top: -55px;
|
top: -55px;
|
||||||
right: -10px;
|
right: -10px;
|
||||||
}
|
}
|
||||||
|
.stickcome{
|
||||||
|
animation: stickcome 2s 1 alternate;
|
||||||
|
}
|
||||||
/*大荧光棒*/
|
/*大荧光棒*/
|
||||||
.paper-canvas{
|
.paper-canvas{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue