0.2.9 • Published 2 years ago

simple-react-animations-v2 v0.2.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

simple react animations v2

Congrats! You just saved yourself hours of work by Importing one of many custom Animations.

Installation

The recommended installation is:

npm i simple-react-animations-v2

Usage :

import { Carousel1, Flower3, Zelda1, Zelda2, Jasmine } from "simple-react-animations-v2";

import "simple-react-animations-v2/dist/simple-react-animations-v2.cjs.development.css";

function App() {

  return (
    <div className="App">
      <Card3/>

      <Carousel1/>

      <Jasmine/>

      <Zelda1/>

      <Zelda3/>
    </div>
  );
}

export default App;

It is important to add the Second import to use the Css Animations along side vanilla Css structure. For a full preview of each Animation vist my Site here

https://school-of-code-w3s-animations.netlify.app/

Optional Configuration :

<Card1
  size="300px"
  border="solid thin black"
/>

<Carousel1
  size="100%",
  backgroundColor1="red"
  backgroundColor2="blue"
  backgroundColor3="pink",
/>


<Carousel2/>

<Flower
  size="300px"
  border="solid thin black"
/>

<Jasmine
  size="300px"
  border="solid thin black"
/>

<Jinx/>

<SoCChris
  size="500px"
  border="solid thin black"
/>

<Zelda1
  size="300px"
  border="solid thin black"
/>

<Zelda2
  size="300px"
  border="solid thin black"
/>

<Zelda3
  size="300px"
  border="solid thin black"
/>
0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago