#11910 closed enhancement (duplicate)
$.animate should have "stepComplete" Callback
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There should be something like a "stepComplete" callback, which should only be called whenever an animation step has completed.
Right now there is only "step" which gets called every time a single property on an single object in the collection is animated, which mighty easily be several hundred times, if you animate several properties on several objects at once.
Note: See
TracTickets for help on using
tickets.
This might be a dublicate of #11797