差分

移動先: 案内検索

Widget:Funfo

328 バイト追加, 2021年3月6日 (土) 14:41
編集の要約なし
transition-duration: 0.4s;
float:left;
animation:mymove 2s 1;
-webkit-animation:mymove 2s 1; /*Safari and Chrome*/
}
 
.an-funfo-font2 {
width: 430px;
transition-duration: 0.4s;
float:left;
animation:mymove 2s 1;
-webkit-animation:mymove 2s 1; /*Safari and Chrome*/
}
}
@keyframes mymove{ 0% {top:150px;opacity:0.1;} 100% {top:0px;opacity:1;}@media screen and (max-width: 540px) { }
@-webkit-keyframes mymove /*Safari and Chrome*/{
0% {top:150px;opacity:0.1;}
100% {top:0px;opacity:1;}
}
}
</style>
18,317
回編集

案内メニュー