Tailwind CSS Classes

Tailwind CSS class .animate-ping

    <span class="inline-block animate-ping rounded-full p-2 bg-teal-400 text-white text-xs">animate-ping
         <svg class="w-4 h-4 mx-auto" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 13l-7 7-7-7m14-8l-7 7-7-7" />
        </svg>
    </span>

Preview

Check .animate-ping in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Animations category

© 2025 Shuffle. All rights reserved.