Bar Loader

쉬움

막대가 상하로 움직이는 로더

#animation#css-only

라이브 데모

코드

loaders.css
@keyframes bar {
  0%, 100% { height: 12px; }
  50% { height: 48px; }
}