テンプレート:Fade/style.css

4年1月7日 (ゐ) 21:33時点におけるキュアラプラプ (トーク | 投稿記録)による版
@keyframes fade {
	0% {color:transparent}
	100% {color:black}
}
.fade{
	animation: fade ease-in;
	animation-fill-mode: forwards;
}