これでいいや
.icon {
animation: 0.5s linear rotation2;
}
@keyframes rotation2 {
0%{
transform: translateY(-1000px);
opacity: 0;
}
100%{
opacity: 100;
}
}
.ti {
animation: 0.5s linear rotation3;
}
@keyframes rotation3 {
0%{
font-size: 0px;
transform: rotateX(180deg);
opacity: 0;
}
100%{
opacity: 100;
}
}
RE: https://misskey.04.si/notes/9bdjp8287s
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
ここあここ (coco_a@misskey.04.si)'s status on Saturday, 18-Feb-2023 22:14:41 JSTここあここ