« window10 スタートアップフォルダ | メイン | windowサイズ »

2019年05月28日

cssでアニメーション

#progresbox {
  bottom:-130px;
}


#progresbox.show {
  bottom:0px;
  transition:bottom 0.3s ease-in-out;
}

■複数の場合
 あとで追記する予定

投稿者 muuming : 2019年05月28日 17:04