1.0.0 • Published 4 years ago

@spongebob_squarepants/ease.js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

ease.js

What is ease js. Ease JS is a framework/tool which helps make JavaScript an easier language. HTML, CSS, JS all in one. It's not only made for children, but Adults too. Some functions like

pixel(0, 0, "green");

can be used to have fun and make art with pixels.

And other functions like

request('GET', 'request.php?pwd=').then(function(response){
        alert(response.target.response);
})

can be used to get information from other websites.

Ease JS make JavaScript more humanfied:

 var mylist = list('hello', 'world');

Not only that but there is a effects object which has many special effects for you dom elements

addhtml('<p id="myid"></p>');
effects.typing("myid", "This is on GitHub")