Modify ↓
Ticket #3496 (closed enhancement: fixed)
Animation can be turned off, thus made synchronous
| Reported by: | flesler | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Mentioned here.
Attachments
Change History
comment:1 Changed 5 years ago by flesler
- need changed from Patch to Commit
- Status changed from new to assigned
By setting:
jQuery.fx.off = true;
All animations become synchronous. I initially proposed jQuery.fx.sync but jQuery.fx.off (or on) seems less complicated to understand and remember.
I won't commit yet, in case someone think this needs a change.
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.

