Skip to main content

Bug Tracker

Side navigation

#5599 closed feature (fixed)

Opened December 04, 2009 11:15PM UTC

Closed December 07, 2009 08:13AM UTC

Added support for per-property easing

Reported by: james_padolsey Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.4a1
Keywords: easing animation Cc:
Blocked by: Blocking:
Description

Added support for per-property easing. E.g.

GIST: http://gist.github.com/249450

As mentioned in the gist, any easing method passed as the third parameter to animate(), like you would usually, is only used on each property if that property does not have its own easing method specified. So, essentially, what this addition allows is for "per-property easing functions" without having to create multiple animations.

See the addition on Github:

http://github.com/jamespadolsey/jquery/commit/4a3f867ed935c7ec95266ea26bf9565c6e384531#diff-1

Attachments (0)
Change History (2)

Changed December 04, 2009 11:16PM UTC by james_padolsey comment:1

It might be worth saying that John asked me to submit this addition as a ticket, following this post: http://james.padolsey.com/javascript/getting-fancy-with-easing/

Changed December 07, 2009 08:13AM UTC by john comment:2

resolution: → fixed
status: newclosed