Easy-to-Add CSS Animations Using HTML Attributes
npm install animated-css

!web
Add animations to your website using HTML attributes with ease.
Visit the website to get more information.
#### Package install
> Install the package with your favorite package manager:
- npm
``bash`
npm install animated-css`
- pnpmbash`
pnpm install animated-css`
- yarnbash`
yarn add animated-css
#### Example
> Here are some simple examples:
`html`Animated CSS
#### Astro
`astro
---
import 'animated-css/src/animations/blink.css'
---
``