EasyJs
A downloadable tool
# EasyJs
Simple and easy to use JavaScript Easing component.
Lightweight and easy to use !
## Usage
Simply add these to your site
```
<body>
...
<script src="easyjs.js"></script>
<script>
window.easyjs({base: 0, change: 100, duration: 2, id: "box-1", easing: "easeOutExpo", init: ..., callback: ...});
</script>
</body>
<body>
```
## Options
See index.html for example
- id (string): Element to put canvas on. document.body if null
- base (double): Base value for easing
- change (double): Change value for easing
- duration (double): Duration in seconds for easing
- time (double): Time in seconds for easing
- easing (string): Easing method
- fps (int): Frames Per Seconds
- init (func): Init function
- callback (func): Callback function
- endLoop (func): Callback after loop function
- ease{func} (func): Easing callback function
- extend (func): Helper function
- ... : See console.log(easyjs);
## License
You own this software as it is
Status | Released |
Category | Tool |
Author | samuraigames1 |
Tags | component, easing, javascript |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.