Blogs
Code

Tailwind Animations 101

Discover how to elevate your web design by incorporating custom animations using TailwindCSS, starting from default options.
Cover image of the blog

Tailwind CSS is a breakthrough CSS framework that has changed the way developers approach front-end development. Because of the low-level nature of it and mobile-first approach, it has become a popular choice for designing unique, responsive, and scalable web designs. 

It also features a robust support for animations and enables developers to build engaging user experiences that draw in visitors.

In this detailed article, we'll look at animations using TailwindCSS. We'll go through the different sorts of animations provided by the framework and provide step-by-step instructions for incorporating them into your applications. This post will guide individuals through the process of adding simple hover animations as well as more complicated animations. 

By the end of this post, you would have acquired the necessary skills and expertise to create captivating animations for your website.

Setting Up the Development Environment

To begin, we should install and setup TailwindCSS within our React app, as detailed below.

  1. Create a React app by running the command and choosing React as the framework: 

  2. Next, install TailwindCSS and other dependencies like postcss and autoprefixer using the command:

  3. Create config files by running the command: `npx tailwindcss init -p` and open the tailwind.config.css file and replace the content with the provided code snippet.

  4. Lastly, paste the following code snippet inside the src/index.css file:

We can now use TailwindCSS in our React app. Here is the blog article covering the installation process in-depth.

A Deep Dive into TailwindCSS Animations for Modern Web Design

Tailwind CSS comes with four animation property by default to add some visual flare to your web pages. These animations are intended to be simply integrated into your project to improve the user experience. 

Here, we'll go over each of these animations in depth, with complete examples for incorporating them into our website design.

  1. Animate-spin

    Want to add a loading or spinning animation to your website? Simply include the "animate-spin" property and the animation will be automatically applied.

    Let’s take an example.

    Here is the output:

    GIF of the animation
  2. Animate-pulse

    In addition to the "animate-spin" property, TailwindCSS also offers the "animate-pulse" property for fading elements in and out. This property is particularly useful for creating skeleton loaders and other such visual effects.

    And here is the output:

    Pulse animation
  3. Animate-bounce

    To make an element bounce up and down, just use the animate-bounce. This is useful if you want to draw attention to an element.

    As a result, we get:

    Bounce animation
  4. Animate-ping

    The last Tailwindcss animation property is animate-ping. This property creates a radar ping or water ripple effect, making it perfect for notification badges and other similar design elements. 

    This is how it appears:

    animation

These are the default animations and these can be applied to the hover or active state, as well:

These animations can be applied to the breakpoints.

Create Custom Animations with TailwindCSS

TailwindCSS offers an easy approach to using built-in animations by passing only a single property. Developers can, however, also create customized animations depending on their own requirements.

For instance, one may design a unique animation by modifying the “tailwind.config.css file”. This enables developers to produce animations that are distinctive and specifically suited to the needs of their projects.

Inside tailwind.config.js:

In this case, it builds a custom animation called "button-rotate" with parameters including an infinite repeat rate, an easing function of "ease-in-out," and a duration of two seconds.

Inside App.js file:

And here is the output:

Spinning animation

Leveraging Arbitrary Values for TailwindCSS Animations

With TailwindCSS, developers can use unique CSS attributes inside the framework thanks to a feature called "arbitrary values." By adding values in square brackets to TailwindCSS classes, this functionality enables adjustment of design aspects like placement and padding.

For example, we can include properties like padding-[5px], bottom-[17px], and so on. 

In short, the arbitrary values feature in TailwindCSS provides versatility and customization choices to swiftly produce aesthetically pleasing web designs.

The same can be used to create custom animation as well.

Here, we used “animate-[wiggle_1s_ease-in-out_infinite]” with specific settings. Let's specify the keyframes immediately.

Inside tailwind.config.css

The outcome will be the same as we specified within the custom animation sections.

Go from Design to Code with TailwindCSS using Locofy.ai

While you can convert your UI designs in Figma & Adobe XD to code faster with Tailwind, it still requires a lot of effort and trial & error to get right. 

Creating the pixel-perfect clone of your design files in React is no easy feat and requires several weeks of effort depending upon the complexity of your app. This is where Locofy.ai can help you.

With the Locofy.ai plugin for Figma and Adobe XD, you can convert your designs to production-ready front-end code that works out-of-the-box with TailwindCSS, as well as prominent UI libraries such as Material UI and Bootstrap.

What’s more is that you can even use drag-and-drop components offered by the plugin to quickly build designs & export responsive code in React, Next.js, Gatsby, React Native, and HTML-CSS.

Keep your loco mode on!
Stay updated on the latest Locofy announcements and product updates

© 2024, Locofy Pte Ltd. All Rights Reserved.