Tailwind Animations =================== I learned that tailwind animations are pretty easy to add only needing a few classes. For some reason though my brain broke, thinking that I could... Date: April 15, 2024 I learned that tailwind animations are pretty easy to add only needing a few classes. For some reason though my brain broke, thinking that I could dynamically change the number and you can't cause there are only so many pre compiled classes without using an arbitrary value with brackets. Here are the classes that I used to transition my colors very slowly. ``` html ``` And the entire square element. ``` html ```