#8498 (Animate Hooks) - jQuery (original) (raw)
#8498 closed feature (fixed)
Opened March 10, 2011 10:05PM UTC
Closed December 09, 2011 01:07AM UTC
Last modified March 09, 2012 04:18PM UTC
| Reported by: | gnarf | Owned by: | gnarf |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7.2 |
| Component: | effects | Version: | 1.5.1 |
| Keywords: | Cc: | scottgonzalez | |
| Blocked by: | Blocking: |
Description
A quick fiddle to demonstrate: http://jsfiddle.net/gnarf/9muvX/
I propose that we should add a pre-filter to the properties animated in
.animate()
that would allow us to convert
a call like
.animate({margin: 40})
into
.animate({marginLeft: 40, marginRight: 40, marginBottom: 40, marginTop: 40})
automatically.
Attachments (0) Change History (19)