I made a tool to write/test easing equation functions. It uses JavaScript syntax to evaluate the expression, which you can just type in. I found it helpful to test curves. I rolled out this one because I didn’t found a similar tool, most were Math or CSS related.
ESLint can be disabled by ignoring all JavaScript files using this rule in the .eslintignore file: **/*.js
If you want to use strings as simple templates in javascript, you might want to use my template script. Read more to find out.
Quick post.
I created a simple generative doodle using the canvas with javascript, check it out:
» Canvas Doodle
This article is some training for your JavaScript skills. I love Actionscript , and I am also starting to like JavaScript. HTML5 is an hot topic nowadays, and it seems using JavaScript is an important part of it, so why not learn more of it?
Updates
– simple autocompletion for types
– added function for getters/setters
– added function to pass variable in constructor
– save function
– prefix for constructor parameters
– automatic class imports
– added extends function
– some performance tweaks