Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description (last modified by john) (diff)
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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).