souporserious / animated-ui

Components for UI animations powered by Animated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animated UI

npm version Dependency Status

Animated components for easier UI animations in React.

Install

npm install animated-ui --save

<script src="https://unpkg.com/animated-ui/dist/index.js"></script>
(UMD library exposed as `AnimatedUI`)

Running Locally

clone repo

git clone git@github.com:souporserious/animated-ui.git

move into folder

cd ~/animated-ui

install dependencies

npm install

run dev mode

npm run dev

open your browser and visit: http://localhost:8080/

About

Components for UI animations powered by Animated

License:MIT License


Languages

Language:JavaScript 96.9%Language:CSS 2.2%Language:HTML 0.9%