Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Priority: | → undecided |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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.
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?