楽天マガジン

ローディング Type3のアイコン

カテゴリローディングアニメーション
季節特集
<span class="dli-loading-3"></span>
.dli-loading-3 {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.12em solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
楽天カード
  1. CSS LABORATORY
  2. ローディングアニメーション
  3. ローディング Type3

カテゴリ

お気に入りリストに追加しました

お問い合わせを送信しました