Modify ↓
Ticket #11910 (closed enhancement: duplicate)
$.animate should have "stepComplete" Callback
| Reported by: | christian.meixner@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
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.

This might be a dublicate of #11797