diff options
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects.js b/src/effects.js index 90ac4b1e6..64f9353ef 100644 --- a/src/effects.js +++ b/src/effects.js @@ -345,6 +345,7 @@ function Animation( elem, properties, options ) { // Resolve when we played the last frame; otherwise, reject if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); deferred.resolveWith( elem, [ animation, gotoEnd ] ); } else { deferred.rejectWith( elem, [ animation, gotoEnd ] ); |