Tailwind CSS Classes

Tailwind CSS class .animate-none

    <span class="inline-block animate-none rounded-full p-4 bg-teal-400 text-white text-sm">animate-none
        <svg class="w-6 h-6 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-none 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

© 2024 Shuffle. All rights reserved.