2.0.2 • Published 3 years ago

animate-css-generator v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

Animate CSS Generator

Instalation

npm i animate-css-generator

Usage

import React from "react";
import animated from "animate-css-generator/animations/animated";
import animatedInfinite from "animate-css-generator/animations/animatedInfinite";
import bounce from "animate-css-generator/animations/bounce";

function App() {
  return (
    <div>
      <div className={`${animated} ${bounce}`}>Bounce</div>
      <div className={`${animated} ${bounce} ${animatedInfinite}`}>Bounce Infinite</div>
    </div>
  );
}
2.0.2

3 years ago

2.0.1

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago