340+ ready-to-ship UI effects & animations

Stunning Animations. Zero Setup.

A curated library of production-ready HTML, CSS & JS animation effects. Browse, preview, copy, paste — and ship faster than ever.

0+
Effects
0K
Developers
0%
Copy-Ready
0
Rating
Blob Morph Glitch Text Neon Glow Particle Burst 3D Card Tilt Magnetic Button Typewriter Spotlight Ripple Effect Scroll Reveal Blob Morph Glitch Text Neon Glow Particle Burst 3D Card Tilt Magnetic Button Typewriter Spotlight Ripple Effect Scroll Reveal
Effect Library

Pick your effect.
Ship it today.

Every card is a live, running animation. Click any to get the clean, minimal code — CSS-only where possible.

GLITCH
$ npm run animate
 effects loaded ✓
CODEMAVIX
Hover me
How It Works

Three steps.
Done.

01
Browse & Preview
Filter by type — CSS-only, JS, Canvas, GSAP. Every effect runs live in the browser. No guesswork.
02
Copy the Code
Click copy. Get clean, commented, minimal code — HTML, CSS, JS tabs. No build tools required.
03
Paste & Ship
Drop it into your project. Customize variables. Go live. Takes minutes, not hours.
Code Preview

Clean code.
Every time.

CSS
HTML
JS
1/* Glowing Shimmer Button */
2
3.glow-btn {
4  position: relative;
5  padding: 14px 36px;
6  background: #b8ff00;
7  color: #060608;
8  border: none;
9  border-radius: 6px;
10  overflow: hidden;
11  animation: glow-loop 3s ease-in-out infinite;
12}
13
14.glow-btn::before {
15  content: '';
16  position: absolute;
17  inset: 0;
18  background: linear-gradient(
19    90deg,
20    transparent,
21    rgba(255,255,255,.3),
22    transparent
23  );
24  animation: shimmer 2.5s ease-in-out infinite;
25}
26
27@keyframes shimmer {
28  0% { transform: translateX(-100%); }
29  100% { transform: translateX(100%); }
30}
31
32@keyframes glow-loop {
33  0%,100% { box-shadow: 0 0 0 rgba(184,255,0,0); }
34  50% { box-shadow: 0 0 40px rgba(184,255,0,.5); }
35}
Live Preview Running
Categories

Every type of
motion covered.

Transitions
64
Text FX
48
Buttons
52
Backgrounds
40
Particles
30
3D Effects
36
Pricing

Simple, honest
pricing.

Free
$0
forever
  • 40 free effects
  • CSS-only access
  • Live preview
  • JS effects
  • Canvas effects
  • New releases
Team
$49
per month · up to 10 seats
  • Everything in Pro
  • 10 team seats
  • Shared workspaces
  • Custom branding
  • API access
  • Slack support

Start building
beautiful UI today.

Join 28,000+ developers who ship faster with CODEMAVIX UI effects.