Skip to content

Like animate.css but without the bad parts

License

Notifications You must be signed in to change notification settings

henryruhs/move.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;