Opened 16 years ago
Closed 16 years ago
#1133 closed bug (invalid)
animate oncomplete resets flash movies
Reported by: | thmvmnt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | effects | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
When I commented out: y.overflow
The flash movies being animated(as page elements) do not reset. Otherwise, the animation of the box element completes and the flash restarts as if it is reloaded.
I imagine it has something to do with updating the screen rendering of the movies or something. Either way, this fix worked for me.
Change History (3)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.1.3 → 1.1.4 |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.2 → 1.1.3 |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Type: | enhancement → bug |
Note: See
TracTickets for help on using
tickets.
Issues with y.overflow were resolved in jQuery 1.1.3. In a worst case, you could just do a fadeIn, as opposed to a show, to reveal your flash animation (since fadeIn doesn't manipulate the overflow at all).