You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, there's no way to assign a callback to scrollToDate, or to stop the
animation once it starts.
- The function should take a callback parameter, to be fired at the end of the
animation. (This requires some ugly monkey-patching of Timeline)
- It would be nice if the function could, if animated, return the animation
object, which could include a stop() method. (I think this is built into
Timeline)
Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 5:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Mar 2012 at 5:49The text was updated successfully, but these errors were encountered: