Pulsar

Private Compute

CSS

A central processing core block glows and pulses with concentric waves while its surrounding memory-allocation bars expand and contract.

Tier
CSS
Dependencies
None
Duration
4.5 s, loops
Categories
Data and progress
Use cases
Dashboards and reporting, Security and trust
Industries
SaaS and software, Security and identity
Style
Geometric solid · light stroke
Set
enclave
Tags
pulsegeometricglowminimalui

Companion assets

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

Animated
CSS tier
Static vector
Private Compute, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" class="pulsar pulsar-enclave-private-compute" data-pulsar="enclave-private-compute" viewBox="0 0 160 96"><rect width="72" height="60" x="44" y="18" stroke="currentColor" stroke-width="2" opacity=".6" rx="6"></rect><g stroke="currentColor" stroke-width="1.5" opacity=".3"><line x1="26" x2="44" y1="36" y2="36"></line><line x1="26" x2="44" y1="48" y2="48"></line><line x1="26" x2="44" y1="60" y2="60"></line><line x1="116" x2="134" y1="36" y2="36"></line><line x1="116" x2="134" y1="48" y2="48"></line><line x1="116" x2="134" y1="60" y2="60"></line></g><rect width="28" height="28" x="66" y="34" fill="var(--pulsar-accent, currentColor)" fill-opacity=".2" stroke="var(--pulsar-accent, currentColor)" stroke-width="2" class="enclave-pc-core" rx="4"></rect><circle cx="80" cy="48" r="8" stroke="var(--pulsar-accent, currentColor)" stroke-width="1.5" class="enclave-pc-pulse"></circle><circle cx="80" cy="48" r="3" fill="var(--pulsar-accent, currentColor)"></circle></svg>

animation.css

.pulsar-enclave-private-compute {
  display: block;
  overflow: visible;
}
.pulsar-enclave-private-compute .enclave-pc-core {
  transform-origin: 80px 48px;
  animation: enclave-private-compute-core-anim 4500ms ease infinite;
}
.pulsar-enclave-private-compute .enclave-pc-pulse {
  transform-origin: 80px 48px;
  animation: enclave-private-compute-pulse-anim 4500ms cubic-bezier(0.2, 1, 0.4, 1) infinite;
}

@keyframes enclave-private-compute-core-anim {
  0%,
  100% {
    transform: scale(0.95);
    stroke-opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    stroke-opacity: 1;
  }
}

@keyframes enclave-private-compute-pulse-anim {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  30% {
    opacity: 0.9;
  }
  60% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulsar-enclave-private-compute * {
    animation: none !important;
  }
}

From this family15 in Enclave

See the family