Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

changing bakcgound color like animation using tailwind

<button class="transition duration-500 ease-in-out bg-blue-600 hover:bg-yellow-600 transform hover:-translate-y-1 hover:scale-110 ...">
  Hover me
</button>
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #changing #bakcgound #color #animation #tailwind
ADD COMMENT
Topic
Name
9+8 =