Side navigation
#973 closed feature (wontfix)
Opened February 17, 2007 04:00AM UTC
Closed March 31, 2008 02:17AM UTC
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
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
Attachments (0)
Change History (1)
Changed March 31, 2008 02:17AM UTC by comment:1
description: | 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 → 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 |
---|---|
need: | → Review |
resolution: | → wontfix |
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.