I am looking for a book, tutorial or something like where I can learn to Create visual effects like Scriptaculous for example
http://wiki.github.com/madrobby/scriptaculous/effect-fold
Thanks in advance.
I am looking for a book, tutorial or something like where I can learn to Create visual effects like Scriptaculous for example
http://wiki.github.com/madrobby/scriptaculous/effect-fold
Thanks in advance.
"Use the source, Luke" :-) All JS frameworks come with full source and some documentation. Just look inside.
There are piles of examples and tutorials available from a google search. I tend to use jQuery for fancy stuff.
Here's my favourite jQuery animation example:
http://robot.anthonycalzadilla.com/
just search for:
scriptaculous animation tutorial
or
jQuery animation tutorial
I'm a fan of jQuery too.
Try:
Note: jQuery is not just about animation once you get the hang of it you'll write a lot less code inc ajax stuff which is x browser compatible .
Good luck
Mike