fbpx
// SVG Component // Required Tailwind CSS animation configuration keyframes: { 'draw-infinity': { '0%': { strokeDasharray: '0, 200', strokeDashoffset: '0', opacity: '0.4' }, '50%': { strokeDasharray: '200, 0', strokeDashoffset: '-100', opacity: '0.8' }, '100%': { strokeDasharray: '0, 200', strokeDashoffset: '-200', opacity: '0.4' } } }, animation: { 'draw-infinity': 'draw-infinity 3s ease-in-out infinite' }