Sha256: 5139bf2ab7e2ec779b70e0890a8d590abfa43030834b71f9799d3ef3d3deb60d
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
@tailwind base; @tailwind components; @tailwind utilities; @keyframes gentle-bounce { 0% { transform: translateY(0); } 50% { transform: translateY(-3px); /* Slight upward movement */ } 100% { transform: translateY(0); /* Return to original position */ } } a.gentle-clicked { animation: gentle-bounce 0.3s ease-out; /* Shorter, smoother animation */ }
Version data entries
7 entries across 7 versions & 1 rubygems