Skip to main content
Copied!
How to use

Click. Paste. Ship.

  1. Click any loader above. The complete HTML + CSS lands on your clipboard.
  2. Paste anywhere: your stylesheet, a Tailwind @layer, a Framer code component, a React/Vue/Svelte template.
  3. Rename the class if you want, they're scoped .ld1 to .ld50 so they won't collide with anything in your stylesheet.
  4. No attribution required. No licence, no signup. Use them in client work, ship them in production.

A note on accessibility

For users with motion sensitivity, wrap any loader in a prefers-reduced-motion media query and either slow the animation down or fall back to a static "Loading…" label. It's three lines of CSS and it costs you nothing:

@media (prefers-reduced-motion: reduce) {
  .ld1 { animation-duration: 6s; }
}

Built by the team at FindDevs, Australia's #1 network for comparing developer quotes. If you need a real engineer to wire any of these into a production app, get 3 free quotes →

Joshua from Logan City just received three quotes for Mobile App development. Get your 3 quotes now
7 minutes ago