rombohq/tailwindcss-motion

tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 20th, 2026
Created on September 20th, 2024
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 38
Total Stargazers: 3,324 (+0)
Total Subscribers: 7 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 555 days
Stale 30+ days: 32
Stale 90+ days: 32

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

tailwindcss-motion is a Tailwind CSS plugin that provides an animation library with a simple syntax for adding motion effects to web projects.

The plugin solves the problem of defining animations without requiring custom keyframes. Instead of writing keyframe definitions, developers use utility classes to animate dimensions inline. For example, a slide and fade effect can be created with classes like motion-translate-x-in-25 and motion-opacity-in-0, or developers can use preset classes such as motion-preset-fade for common animation patterns.

Developers should choose this tool if they are already working within the Tailwind CSS ecosystem and want to add animations without leaving the utility-first workflow. It suits projects where animations need to be defined quickly and maintained alongside other Tailwind utilities. The plugin includes TypeScript definitions out of the box, with full type support for theme customizations and plugin configuration. A companion Chrome extension allows visual animation creation with looping, preset saving, and export options to Tailwind classes, pure CSS, or Framer Motion code.

The project maintains active development with regular updates to the codebase. The plugin is written in TypeScript and distributed as an npm package with straightforward installation into a Tailwind configuration file. Documentation is available through a dedicated site, and the team provides multiple working examples demonstrating the plugin's capabilities across different use cases.