Bug Tracker

Opened 16 years ago

Closed 15 years ago

#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:
Blocked by: Blocking:

Description (last modified by scott.gonzal)

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 (1)

comment:1 Changed 15 years ago by scott.gonzal

Description: modified (diff)
need: Review
Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.