Introducing: jsAnim
Over the past couple of days I have been hard at work at my first real JavaScript library, one which I developed to facilitate script-based animation. It’s still in beta, obviously, but I’m fairly proud of it and I just wanted to show everybody what I’ve done…
I called the library jsAnim, because the domain name jsAnim.com was available. I then went ahead and started working. I learned a lot about object oriented concepts in javascript and overall it was a lot of fun.
This particular library, in my opinion, is the most powerful of all javascript animation libraries. It allows you to control the position of elements directly, according to a more natural positioning system. It also allows various chainings and loopings of animations, along with powerful easing support.
I think that javascript animation should be used more often in places where Flash is currently being used, because it can create an impressive graphical display to users who have the capabilities to view them, without losing the ability to be read by non-graphical browsers. Also, for users who do not have Flash installed, this can also help.
Well, if youre interested, take a look at jsAnim.com!




