Skip to main content

Bug Tracker

Side navigation

#9136 closed bug (duplicate)

Opened May 06, 2011 01:16AM UTC

Closed May 06, 2011 07:57PM UTC

Last modified May 06, 2011 07:57PM UTC

animation bug on non static elements when using same css map but with different order of css properties

Reported by: gadlol Owned by:
Priority: high Milestone: 1.next
Component: effects Version: 1.6
Keywords: Cc:
Blocked by: Blocking:
Description

Hi, I found a bug that did not exist on 1.5.x. But exist on 1.6

Lets say we have an element that its position is fixed (css).

Then we want to animate it.

Lets say we have this css map {opacity:0,top: 300} well if we use different order of the css {top: 300,opacity:0} the animation is different..

I have upload an example page on my webpage.

Check my example page: http://jbaron.gr/jquery/bug16animate.php

Attachments (0)
Change History (2)

Changed May 06, 2011 07:57PM UTC by timmywil comment:1

component: unfiledeffects
priority: undecidedhigh
resolution: → duplicate
status: newclosed

Changed May 06, 2011 07:57PM UTC by timmywil comment:2

Duplicate of #9074.