Pulsar

Document Storage

CSS

A completed handover document slides downward into a secure storage tray with an active status pulse.

Tier
CSS
Dependencies
None
Duration
4 s, loops
Categories
Transitions and reveals
Use cases
Security and trust, Transitions and reveals
Industries
Construction and built environment, Cross-industry
Style
Duotone · light stroke
Set
handover
Tags
uipulseloop

Companion assets

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

Animated
CSS tier
Static vector
Document Storage, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" class="pulsar pulsar-handover-archive" data-pulsar="handover-archive" viewBox="0 0 160 96"><g class="dossier-sheet"><rect width="44" height="50" x="58" y="16" fill="currentColor" fill-opacity=".1" stroke="currentColor" stroke-width="2" rx="3"></rect><line x1="66" x2="94" y1="28" y2="28" stroke="currentColor" stroke-width="1.5" opacity=".4"></line><line x1="66" x2="86" y1="36" y2="36" stroke="currentColor" stroke-width="1.5" opacity=".4"></line><circle cx="80" cy="48" r="4" fill="var(--pulsar-accent, currentColor)"></circle></g><rect width="60" height="28" x="50" y="52" fill="currentColor" fill-opacity=".7" class="tray-back" rx="4"></rect><path fill="currentColor" fill-opacity=".9" stroke="currentColor" stroke-width="1.5" d="M50 56v20c0 2.2 1.8 4 4 4h52c2.2 0 4-1.8 4-4V56H94l-4 6H70l-4-6z" class="tray-front"></path><circle cx="102" cy="72" r="2.5" fill="var(--pulsar-accent, currentColor)" class="led-indicator"></circle></svg>

animation.css

.pulsar-handover-archive {
  display: block;
  width: 100%;
  height: 100%;
}
.pulsar-handover-archive .dossier-sheet {
  animation: handover-archive-insert 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.pulsar-handover-archive .led-indicator {
  animation: handover-archive-pulse 4s ease-in-out infinite;
}
@keyframes handover-archive-insert {
  0%,
  15% {
    transform: translateY(-16px);
  }
  40%,
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-16px);
  }
}
@keyframes handover-archive-pulse {
  0%,
  30% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  45%,
  70% {
    opacity: 1;
    transform: scale(1.3);
  }
  85%,
  100% {
    opacity: 0.2;
    transform: scale(0.8);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pulsar-handover-archive .dossier-sheet,
  .pulsar-handover-archive .led-indicator {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

From this family15 in Handover

See the family