Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KevinGrajeda/tailwindcss-spring

A plugin for Tailwind CSS that adds spring animations using linear(), define just two parameters and let the plugin do the rest.
https://github.com/KevinGrajeda/tailwindcss-spring

animation bounce linear spring tailwind tailwindcss tailwindcss-plugin transition

Last synced: 20 days ago
JSON representation

A plugin for Tailwind CSS that adds spring animations using linear(), define just two parameters and let the plugin do the rest.

Awesome Lists containing this project

README

        

# tailwindcss-spring

A Tailwind CSS plugin that adds spring animations to your project using CSS linear().
Define just two parameters and let the plugin generate the easing curve and the animation duration.

Check out the the plugin in action on [this website](https://tailwindcss-spring.kvin.me/).

## Parameters

- `spring-bounce-*`
- `spring-duration-*`

Example:

```html