Modify ↓
Ticket #973 (closed feature: wontfix)
Put the curAnim property back into the ifx class.
| Reported by: | jeffkretz | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | interface | Version: | 1.1a |
| Keywords: | ifx | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by scott.gonzal) (diff)
The stop, pause and play functions on ifx are wonderful. One thing that would be good, would be to assign the property collection of what is being animated to the element under the curAnim property. This is a part of the original jQuery fx library, line 1574:
this.curAnim = jQuery.extend({}, prop);
The value of this is that when handling the mouseover/mouseout events, you can choose whether or not to stop the current animation depending on what is being animated.
Thanks, JK
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.

Interface is no longer supported; consider switching to jQuery UI.