views:

49

answers:

3

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.

+1  A: 

"Use the source, Luke" :-) All JS frameworks come with full source and some documentation. Just look inside.

Aaron Digulla
A: 

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

Paul
+2  A: 

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

MikeyB_Leeds