henryruhs / move.css

Like animate.css but without the bad parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move.css

Like animate.css but without the bad parts.

NPM Version License Playground Codepen

Installation

npm install move.css

Setup

Import the move.css file as needed:

@import 'node_modules/move.css/move.css';

Usage

Fade:

animation-name: fade-in | fade-out;

Rotate:

animation-name: rotate-right | rotate-left;

Scale:

animation-name: scale-in | scale-out;

Move:

animation-name: move-up | move-down | move-right | move-left;

About

Like animate.css but without the bad parts

License:Other


Languages

Language:CSS 100.0%