Modify ↓
Ticket #1678 (closed bug: worksforme)
IE bug in animate
| Reported by: | jonahfox | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | effects | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
starts at line 2583
end = parseFloat(parts[2]),
IE throws an error here - perhaps because end is a reserved word ? Anyhow converting to _end (and ~8 subsequent references) fixes the problem.
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.

I don't think 'end' is a reserved word and I'm unable to reproduce this bug. You can check out the wiki which has lots of animations in it and works for me in IE.
http://docs.jquery.com/Effects/queue
If you still can reproduce the problem please post a test case and reopen it.