Changes between Initial Version and Version 1 of Ticket #8160, comment 4
- Timestamp:
- Feb 6, 2011, 7:39:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8160, comment 4
initial v1 1 1 This got introduced by the fix for #7736 which made the "single numeric value" check for animation more strict (hint: `rfxnum`). 2 2 3 This change also affects e.g. th bgpos-hook of the [https://github.com/brandonaaron/jquery-cssHooks jQuery-cssHooks plugin]. 3 So the cause for your problems is the above mentioned fix which makes `animate` actually behave as the documentation describes more strictly. 4 5 This change also affects e.g. the bgpos-hook of the [https://github.com/brandonaaron/jquery-cssHooks jQuery-cssHooks plugin].