Changes between Initial Version and Version 1 of Ticket #11797, comment 3
- Timestamp:
- May 31, 2012, 1:27:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11797, comment 3
initial v1 23 23 Just to go over the expected calling for various ways an animation finishes, when an animation is stopped by: 24 24 25 .stop( false, true /*gotoEnd*/ ) - calls {{{ stopped( anim, true ) }}}, {{{ complete( anim }}}, {{{ always( anim ) }}} 26 .stop( false, false ) - calls {{{ stopped( anim, false ) }}}, {{{ always( anim ) }}} 25 {{{.stop( false, true /*gotoEnd*/ )}}} - calls {{{ stopped( anim, true ) }}}, {{{ complete( anim }}}, {{{ always( anim ) }}} 26 27 {{{.stop( false, false )}}} - calls {{{ stopped( anim, false ) }}}, {{{ always( anim ) }}} 28 27 29 natural completion - calls {{{ complete( anim ) }}}, {{{ always( anim ) }}}