Pulsar

Stack Height

CSS

A vertical coordinate axis with tick marks has four horizontal container blocks stack up sequentially from bottom to top, measuring against the axis.

Tier
CSS
Dependencies
None
Duration
4 s, loops
Categories
Data and progress
Use cases
Determinate progress, Dashboards and reporting
Industries
Logistics and supply chain
Style
Technical · light stroke
Set
yard
Tags
barsscaleminimal

Companion assets

The same artwork, not animated. Derived from the entry’s own resting state, so it matches exactly.

Animated
CSS tier
Static vector
Stack Height, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="pulsar pulsar-yard-stack-height" data-pulsar="yard-stack-height" viewBox="0 0 160 96"><line x1="42" x2="42" y1="20" y2="76" stroke-width="1.5" opacity=".35"></line><line x1="38" x2="42" y1="24" y2="24" stroke-width="1.5" opacity=".5"></line><line x1="38" x2="42" y1="38" y2="38" stroke-width="1.5" opacity=".5"></line><line x1="38" x2="42" y1="52" y2="52" stroke-width="1.5" opacity=".5"></line><line x1="38" x2="42" y1="66" y2="66" stroke-width="1.5" opacity=".5"></line><line x1="42" x2="124" y1="76" y2="76" stroke-width="1.5" opacity=".35"></line><rect width="56" height="10" x="52" y="64" stroke-width="1.5" class="box b1" rx="1.5"></rect><rect width="56" height="10" x="52" y="50" stroke-width="1.5" class="box b2" rx="1.5"></rect><rect width="56" height="10" x="52" y="36" stroke-width="1.5" class="box b3" rx="1.5"></rect><rect width="56" height="10" x="52" y="22" fill="var(--pulsar-accent, currentColor)" fill-opacity=".15" stroke="var(--pulsar-accent, currentColor)" stroke-width="1.5" class="box b4" rx="1.5"></rect></svg>

animation.css

.pulsar-yard-stack-height {
  display: block;
  overflow: visible;
}
.pulsar-yard-stack-height .box.b1 {
  animation: yard-stack-height-b1 4000ms ease-in-out infinite;
}
.pulsar-yard-stack-height .box.b2 {
  animation: yard-stack-height-b2 4000ms ease-in-out infinite;
}
.pulsar-yard-stack-height .box.b3 {
  animation: yard-stack-height-b3 4000ms ease-in-out infinite;
}
.pulsar-yard-stack-height .box.b4 {
  animation: yard-stack-height-b4 4000ms ease-in-out infinite;
}

@keyframes yard-stack-height-b1 {
  0%,
  10% {
    opacity: 0;
    transform: translateY(-8px);
  }
  20%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes yard-stack-height-b2 {
  0%,
  25% {
    opacity: 0;
    transform: translateY(-8px);
  }
  35%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes yard-stack-height-b3 {
  0%,
  40% {
    opacity: 0;
    transform: translateY(-8px);
  }
  50%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes yard-stack-height-b4 {
  0%,
  55% {
    opacity: 0;
    transform: translateY(-8px);
  }
  65%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pulsar-yard-stack-height .box.b1,
  .pulsar-yard-stack-height .box.b2,
  .pulsar-yard-stack-height .box.b3,
  .pulsar-yard-stack-height .box.b4 {
    animation: none;
    transform: none;
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

From this family15 in Yard

See the family