1.0.2 • Published 9 months ago

animista-css-generator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

What is this?

Animista CSS Generator

Instalation

npm i animista-css-generator

Usage

import React from "react";
import { animated, scaleUpCenter } from "animista-css-generator";

function App() {
  return (
    <div>
      <div className={`${animated} ${scaleUpCenter}`}>Scale Up Center</div>
    </div>
  );
}
1.0.2

9 months ago

1.0.1

2 years ago

1.0.0

2 years ago