All Tools
1049+ free tools

Tailwind Animation Generator

Custom animation utilities & keyframes.

theme: {
  extend: {
    keyframes: {
      'bounce-in': {
        '0%': { transform: 'scale(0)', opacity: '0' },
        '60%': { transform: 'scale(1.1)', opacity: '1' },
        '100%': { transform: 'scale(1)' },
      }
    },
    animation: {
      'bounce-in': 'bounce-in 600ms cubic-bezier(0.34, 1.56, 0.64, 1)',
    }
  }
}

Related web-design tools

CSS Animation Generator
Create CSS animations with live preview & presets
SVG Blob Generator
Generate organic SVG blob shapes with gradients
Box Shadow Generator
CSS box-shadow with live preview & copy
Border Radius Generator
CSS border-radius with preview