Development of gsaw-js v0.2 - The Scipio Files #12
Hi everybody! Two days ago, I announced my new ["Add Water" Web Animation FX Library gsaw-js v0.1], and today I released v.0.2!
What's new?
- I've added 6 more effects to the library code, being "Wobble Skew Top", "Wobble Skew Bottom", "Wobble Horizontal", "Wobble Vertical", and even two 2.5D / 3D transformation effects called "Rotate X" and "Rotate Y";
- I've changed the example page header;
- I've added a few inline JS variables, such as
originandtransformPerspective(the latter for the 3D perspective effect).
This is what the new / extra / added hover effects look like!
POW: Here is proof of my code commits to GitHub, regarding this v.0.2 version
What's coming / planned for v0.3?
I'm thinking of adding a number of cool border and background-color effects, but because I want gsaw-js to remain extremely beginner-friendly (to implement on any web project, without any JavaScript knowledge), however the gsaw-js users still need to be able to configure parameters like backgroundColor, but without needing to change te JS code! I think I've found a way to accomplish that, still need to code it, so stay tuned, and in the mean time....
Please enjoy using gsaw-js v0.2!
Posted on Utopian.io - Rewarding Open Source Contributors