Closed Bug 661091 Opened 13 years ago Closed 13 years ago

iQ.animate: only animate properties that are changing

Categories

(Firefox Graveyard :: Panorama, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 7

People

(Reporter: ttaubert, Assigned: ttaubert)

References

Details

Attachments

(1 file)

>  this.css({
>    '-moz-transition-property': 'all', // TODO: just animate the properties we're changing
>    '-moz-transition-duration': (duration / 1000) + 's',
>    '-moz-transition-timing-function': easing
>  });
Status: NEW → ASSIGNED
Attached patch patch v1Splinter Review
Attachment #536531 - Flags: feedback?(raymond)
Comment on attachment 536531 [details] [diff] [review]
patch v1

Looks good
Attachment #536531 - Flags: feedback?(raymond) → feedback+
Attachment #536531 - Flags: review?(sdwilsh)
Comment on attachment 536531 [details] [diff] [review]
patch v1

r=sdwilsh
Attachment #536531 - Flags: review?(sdwilsh) → review+
http://hg.mozilla.org/mozilla-central/rev/bcccd02b5294
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 7
Backed out because this breaks sequential iQ.animate() calls. If we call .fadeIn() and then .setBounds() it interrupts the fading animation and starts the bounds animation.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee: tim.taubert → nobody
Target Milestone: Firefox 7 → ---
Backed out the back out since it caused a Moth failure on Linux64 opt: http://hg.mozilla.org/integration/mozilla-inbound/rev/b4f654c5f999
Re-marking as fixed.
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Assignee: nobody → tim.taubert
Target Milestone: --- → Firefox 7
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: