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 comment:1
Changed December 07, 2009 08:13AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Landed. Thanks for the patch!
http://github.com/jquery/jquery/commit/93fdbeb963a9c350f807818c7cc99982942a92f3
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/