Bug Tracker

Modify

Ticket #9136 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to high
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to effects

comment:2 Changed 2 years ago by timmywil

Duplicate of #9074.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.