TransitionΒΆ

  1. jQuery Plugin

    $.fn.transition()
    
  2. jQuery data key

    IU_WIDGET.TRANSITION

    • Example
    var Transition = $('#id').data(IU_WIDGET.TRANSITION)
    
  3. Option

    Member Description
    .callbackShow Callback function when the animation (show) has finished. The second item is shown.
    .callbackClose Callback function when the animation (close) has finished. The second item is closed.
  4. Method

    Method Description
    .toggle(state) Change 1st item to 2nd item
  5. Method Detail

    Method Param Type Description
    .toggle(state) state bool Show 2nd item if state is true, hide 2nd item otherwise