遂にカスタムCSSが完成!!
使い難いがなんとか使える不思議なCSS@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');
body {
font-family: 'New Tegomin', serif;
}
.icon {
animation: 0.5s linear rotation2;
}
body {
animation: 0.5s linear rotation3;
}
.ti {
animation: 0.5s linear rotation3;
}
.xyfXN._button {
animation: 0.5s linear rotation4;
}
body {
animation: 0.5s linear rotation4;
}
.body {
animation: 0.5s linear rotation1;
}
@keyframes rotation1 {
0%{
transform: translateX(-50px);
opacity: 0;
}
100%{
opacity: 100;
}
}
@keyframes rotation2 {
0%{
transform: translateY(-50px);
opacity: 0;
}
100%{
opacity: 100;
}
}
@keyframes rotation3 {
0%{
opacity: 0;
-ms-filter: blur(6px);
filter: blur(6px);
}
100%{
opacity: 100;
}
}
@keyframes rotation4 {
0%{
transform: translateY(50px);
opacity: 0;
}
100%{
opacity: 100;
}
}
Conversation
Notices
-
Embed this notice
チェインソースチールワン (chainsawsteel1@misskey.04.si)'s status on Sunday, 19-Feb-2023 11:48:18 JST チェインソースチールワン