Hi there,

The last year I had to make a lot of animation with jquery and I ended
up including custom plugins and extensions for adding support to
animate from one class to another and to have a delay. All the plugins
in the jquery plugin repository to do this are not documented quite
well and the result when using these to enhancements together is quite
messy.

So I'd like to propose to include these to enhancements into the core.

animate( .classname | style rules , [duration], [easing], [callback],
[delay] )

Regarding the delay: I could imagine an event extended timer function
to be integrated not only for effects like here:

http://plugins.jquery.com/project/timed-event

other links, mentioned above_
delayed animate execution:
http://plugins.jquery.com/project/dAnimate

animate to class:
http://plugins.jquery.com/project/animate-to-class
http://plugins.jquery.com/project/classAnim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to