UNPKG

tailwindcss-animated

Version:

Extended animation utilities for Tailwind CSS

15 lines (14 loc) 379 B
module.exports = ({ addUtilities }) => addUtilities({ '.animate-normal': { 'animation-direction': 'normal', }, '.animate-reverse': { 'animation-direction': 'reverse', }, '.animate-alternate': { 'animation-direction': 'alternate', }, '.animate-alternate-reverse': { 'animation-direction': 'alternate-reverse', }, })