Ticket #6984 (closed enhancement: wontfix)
animations - tweening
| Reported by: | jeremy-t | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | misc | Version: | 1.4.2 |
| Keywords: | effects, animations | Cc: | |
| Blocking: | Blocked by: |
Description
Uh, I noticed that we don't have tweening implemented in any of our nice jQuery animations here...
There are only speed of animations, which follow a steady animation timeline.
If you would like me to spend the time to implement time-based motion tweening (such as penner's algs for flash), I can easily do that in javascript and should be able to add that to these animations and effects...
Reply if you want this, don't if you don't. If it's not something you think would benefit jQuery, I'm not going to spend the time to do it. However, it would make the effects 'nicer'..
Change History
comment:2 Changed 3 years ago by snover
- Priority set to undecided
- Status changed from new to closed
- Resolution set to wontfix
There is already a jQuery easing plugin that uses Robert Penner’s algorithms. I do not think there is anything else that needs to be done here.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

That seems like a good idea for a plugin, at least that would be the best place to start. Have you seen the jQuery UI effects animations as well?