KodingKhurram / animate.css-dynamic

An animation library to enhance "animate.css"

Home Page:https://kodingkhurram.github.io/animate.css-dynamic.demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animate.css-Dynamic

Just add water, when required, css animations


Overview

Animate.css-Dynamic is an attempt to make Animate.css library dynamic in nature, in the sense, having control on animations, the basic idea is to animate the element when we want, and how we want, without need of changing anything in the source library {animate.css}.

Installation

<head>
   <link
     rel = "stylesheet"
     href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
   />
   <script
     src = "https://cdn.jsdelivr.net/gh/KodingKhurram/animate.css-dynamic@main/animate.min.js">
   </script>
 </head>

Documentation and Demo

Documentation regarding usage and Demo is in the official website

Version and release

License

Animate.css-Dynamic is licensed under MIT license (https://opensource.org/licenses/MIT)
Made by Mohammed Khurram with .

About

An animation library to enhance "animate.css"

https://kodingkhurram.github.io/animate.css-dynamic.demo/

License:MIT License


Languages

Language:JavaScript 100.0%