scss зацикленнаяанимациядляспиннера。 $ b $bСоздаемпсевдо-элемент。 Здесьдостаточнонавешиватькласснаоб

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss зацикленнаяанимациядляспиннера。 $ b $bСоздаемпсевдо-элемент。 Здесьдостаточнонавешиватькласснаоб相关的知识,希望对你有一定的参考价值。

@mixin loading($name, $big_radius:50,$little_radius:10,$big_stroke:10,$little_stroke:5,$speed:4s,$res:40) {
  &:before{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    width: ($big_radius*2) +px;
    height: ($big_radius*2) +px;
    z-index: 999;
    border-radius: 50%;
    border: solid $big_stroke+px rgba(10,120,255,.5);
    transform: translate( 0- $big_radius + px, 0- $big_radius +px);
  }
  &:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    width: $little_radius+px;
    height: $little_radius+px;
    z-index: 999;
    border-radius: 50%;
    border: solid $little_stroke+px rgba(255,255,255,.8);
    animation-name: #{$name} ;
    animation-duration: $speed;
    animation-iteration-count: infinite;
  }
  // Генерация кадров, их много но меньше чем svg или img, 
  // частоту можно настроить через $res
  @keyframes #{$name} {
    @for $i from 0 through $res {
      $x: floor( ($big_radius - ($big_stroke/2)) * cos( 2 * pi() * ($i / $res)) - ($little_radius/2) ); 
      $y: floor( ($big_radius - ($big_stroke/2)) * sin( 2 * pi() * ($i / $res)) - ($little_radius/2) );
      #{($i/$res)*100}% { transform: translate($x + px,$y + px); }
    }
  } 
}

// Применяем так 

.example-1{
  @include loading('example-1',80,20,20,10);
}

以上是关于scss зацикленнаяанимациядляспиннера。 $ b $bСоздаемпсевдо-элемент。 Здесьдостаточнонавешиватькласснаоб的主要内容,如果未能解决你的问题,请参考以下文章

php 更多信息(обычнаяиакционная)сыазделителямиивалютой

scss Миксиндлястилизацииплэйсхолдера

php быстраяинексациямассива。 однаизнаиболеечастоиспользуемыхфункций。

php УдалениеполейнастраницеОформлениязаказа

php WordPress - Категориидлястраниц(кастомныетаксономиидлястраницWP)

python Pythonпроцедурыпоискаминимальногоимаксимальногозначения