AniJS – Declarative handling library for CSS animations

anijs

AniJS is a declarative handling library for CSS animations. Created by @dariel_noel

Features

  • Easy to use.
  • Compact – around 7.7kb after gzipping.
  • There is no need for third party libraries.
  • Speed of development.
  • Better integration between coders and designers.
  • Supports iPad, iPhone, Android and all the modern browsers

Usage

Add the script the head of the document and also include Animate.css library or any CSS animation styles.




And now add anijs-data tag to any HTML element.



    
header
if: DOMContentLoaded, on: document, do: swing animated
footer

Codepen Example

Github: https://github.com/anijs/anijs
Website: http://anijs.github.io/
License: MIT

Leave a Reply