2023年政策修订增补工作正在进行中,欢迎参与!
莉可麗絲/styles.css
< 莉可丽丝
/* Only for [[Lycoris Recoil]] */
@keyframes catch0 {
from { margin-left:4em; margin-right:4em; opacity:0; }
to { margin-left:0; margin-right:0; opacity:1; }
}
@keyframes catch1 {
0% { background-position:50% -25%; background-size:1.2em 20%; }
45% { background-position:50% -25%; background-size:1.2em 100%; }
55% { background-position:50% 125%; background-size:1.2em 100%; }
100% { background-position:50% 125%; background-size:1.2em 20%; }
}
@keyframes catch2 {
0% { visibility:visible; }
49% { visibility:visible; }
51% { visibility:hidden; }
100% { visibility:hidden; }
}
.lcrc-catch>:first-child {
animation:catch0 .8s 1.8s forwards, catch1 .6s ease-in-out 2.9s none;
}
.lcrc-catch>:last-child {
animation:catch0 .8s 1.8s forwards, catch1 .6s ease-in-out 3s none;
}
.lcrc-catch>:first-child>span {
animation:catch2 .6s ease-in-out 2.9s both; mix-blend-mode:lighten;
}
.lcrc-catch>:last-child>span {
animation:catch2 .6s ease-in-out 3s both; mix-blend-mode:lighten;
}
/* [[Category:在主名字空间下的CSS页面]] */