Skip to main content

Bug Tracker

Side navigation

#6984 closed enhancement (wontfix)

Opened September 01, 2010 09:13PM UTC

Closed September 23, 2010 05:16AM UTC

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'..

Attachments (0)
Change History (2)

Changed September 02, 2010 02:14AM UTC by dmethvin comment:1

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?

Changed September 23, 2010 05:16AM UTC by snover comment:2

priority: → undecided
resolution: → wontfix
status: newclosed

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.