2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

莉可丽丝/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页面]] */