Bug Tracker

Changes between Initial Version and Version 1 of Ticket #11797, comment 3


Ignore:
Timestamp:
05/31/12 17:27:44 (12 months ago)
Author:
gnarf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11797, comment 3

    initial v1  
    2323Just to go over the expected calling for various ways an animation finishes, when an animation is stopped by: 
    2424 
    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 
    2729natural completion - calls {{{ complete( anim ) }}}, {{{ always( anim ) }}}