easyanim

A js library that allows you to animate websites quicker and easier

Usage no npm install needed!

<script type="module">
  import easyanim from 'https://cdn.skypack.dev/easyanim';
</script>

README

easyAnim

easyAnim is a Javascript library that can be used to animate your websites quicker. Warning! This library requires jQuery to work,so you should include it somewhere.

library website

manual

How to install the library

You should get the copy of the library from github with this command:

git clone https://github.com/fgRuslan/easyAnim.git

How to use the library

You should load jQuery which is used by easyanim.

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="easy.js"></script>

When you finished this step you can use the library. If you have questions,bugfixes or something else,write here: rusikisaev@list.ru Thank you.