Package Exports
- tailwindcss-animation-delay
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-animation-delay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tailwindcss-animation-delay
Tailwind CSS plugin, add animation-delay CSS property.
Installation
Install the plugin from npm:
# Using npm
npm install tailwindcss-animation-delay
# Using Yarn
yarn add tailwindcss-animation-delay
Then add the plugin to your tailwind.config.js file:
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require('tailwindcss-animation-delay'),
// ...
],
}
Usage
Class | Properties |
---|---|
animation-delay-75 | animation-delay: 75ms; |
animation-delay-100 | animation-delay: 100ms; |
animation-delay-150 | animation-delay: 150ms; |
animation-delay-200 | animation-delay: 200ms; |
animation-delay-300 | animation-delay: 300ms; |
animation-delay-400 | animation-delay: 400ms; |
animation-delay-500 | animation-delay: 500ms; |
animation-delay-600 | animation-delay: 600ms; |
animation-delay-700 | animation-delay: 700ms; |
animation-delay-800 | animation-delay: 800ms; |
animation-delay-900 | animation-delay: 900ms; |
animation-delay-1000 | animation-delay: 1000ms; |
animation-delay-1100 | animation-delay: 1100ms; |
animation-delay-1200 | animation-delay: 1200ms; |
animation-delay-1300 | animation-delay: 1300ms; |
animation-delay-1400 | animation-delay: 1400ms; |
animation-delay-1500 | animation-delay: 1500ms; |
animation-delay-2000 | animation-delay: 2000ms; |
animation-delay-3000 | animation-delay: 3000ms; |
animation-delay-4000 | animation-delay: 4000ms; |
animation-delay-5000 | animation-delay: 5000ms; |
animation-delay-6000 | animation-delay: 6000ms; |
animation-delay-7000 | animation-delay: 7000ms; |
animation-delay-8000 | animation-delay: 8000ms; |
animation-delay-9000 | animation-delay: 9000ms; |