Animated Button Examples
Minimal and professional button designs with smooth animations
Slide & Scale Effects
Slide Right
Scale Up
Slide Fill
Border & Glow Effects
Border Expand
Glow Effect
Outline Fill
Icon & Loading Effects
Icon Rotate
Shimmer Effect
loading = false, 2000)" :disabled="loading" class="px-6 py-3 font-medium text-white bg-teal-600 rounded-lg transition-all duration-300 hover:bg-teal-700 disabled:opacity-75 disabled:cursor-not-allowed flex items-center gap-2 min-w-[140px] justify-center" >
Advanced Effects
ripple = false, 600)" class="relative px-6 py-3 font-medium text-white bg-cyan-600 rounded-lg overflow-hidden transition-all duration-300 hover:bg-cyan-700 flex items-center gap-2" >
Ripple Click
Bounce
3D Lift
Interactive States
Clicked:
success = false, 2000)" :class="success ? 'bg-green-600' : 'bg-slate-600 hover:bg-slate-700'" class="px-6 py-3 font-medium text-white rounded-lg transition-all duration-300 flex items-center gap-2 min-w-[130px] justify-center" >