third party plugins

Tailwind CSS Animation

Enhance your projects effortlessly with Tailwindcss Motion, a powerful Tailwind CSS plugin offering a range of pre-designed motion classes for seamless animation integration.

Easily unlock a range of pre-built animation classes by integrating tailwindcss-motion with FlyonUI. To enable scroll-based functionality in FlyonUI, simply integrate tailwindcss-intersect. Just follow these simple steps to get started:

  • 1
    tailwindcss-motion Installation

    Install tailwindcss-motion using npm:

    npm install tailwindcss-motion

  • 2
    tailwindcss-intersect Installation

    Please refer to the official installation documentation for more details:

    Install tailwindcss-intersect using npm:

    npm install tailwindcss-intersect

  • 3
    Configure Tailwind

    Update your tailwind.css file to include the plugin:

    // tailwind.css
    @import "tailwindcss";
    @import "tailwindcss-intersect";
    @plugin "tailwindcss-motion";

  • 4
    Setting up taillwindcss-intersect observer

    Via CDN:

    <script defer src="https://unpkg.com/tailwindcss-intersect@2.x.x/dist/observer.min.js"></script>

    Via NPM:

    import { Observer } from 'tailwindcss-intersect';
     
    Observer.start();

Below is a basic implementation showcasing various motion presets provided by tailwindcss-motion.

Demonstrates animated avatar groups using the tailwindcss-motion plugin.

Here are example of interactive button with unique motion effect designed with the tailwindcss-motion plugin.

This example demonstrates using tailwindcss-motion and tailwindcss-intersect plugins to create scroll-based animated cards.

This example demonstrates leveraging tailwindcss-motion and tailwindcss-intersect plugins to create a seamlessly scroll-animated list.

Enhance your pages with smooth scroll-based animations and dynamic transitions using the tailwindcss-motion and tailwindcss-intersect plugins.