UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

42 lines (38 loc) 830 B
.container_280160 { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; height: var(--uib-size); width: var(--uib-size); } .inner_3208c7 { height: var(--uib-size); width: var(--uib-size); transform-origin: center; will-change: transform; overflow: visible; } .car_75c452 { fill: none; stroke: var(--uib-color); stroke-dasharray: var(--uib-dash), var(--uib-gap); stroke-dashoffset: 0; animation: travel_e42622 var(--uib-speed) linear infinite; will-change: stroke-dasharray, stroke-dashoffset; transition: stroke 0.5s ease; } .track_7e4d86 { fill: none; stroke: var(--uib-color); opacity: var(--uib-bg-opacity); transition: stroke 0.5s ease; } @keyframes travel_e42622 { 0% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -100; } }