VERIFY: callback executes when animation ends?

master
Mike Sierra 2013-10-09 12:57:47 -04:00
parent b72783a656
commit ec688519b9
1 changed files with 1 additions and 1 deletions

View File

@ -2008,7 +2008,7 @@ function arrayFirstValue(arr) {
- attr (object) attributes of final destination
- duration (number) duration of the animation, in milliseconds
- easing (function) #optional one of easing functions of @mina or custom one
- callback (function) #optional callback
- callback (function) #optional callback function that fires when animation ends VERIFY
= (object) animation object
\*/
Snap.animation = function (attr, ms, easing, callback) {