Class: SC.ContainerView.DISSOLVE
Extends
SC.ViewTransitionProtocol.
Provides dissolve transitions for SC.ContainerView.
The new content will
fade in as the old content fades out of the view.
To modify the dissolve animation, you can set the following transition options:
- duration {Number} the number of seconds for the animation. Default: 0.4
- timing {String} the animation timing function. Default: 'ease'
Defined in: swap_dissolve_transition.js
- See:
- SC.View#animate for other timing functions.
- Since:
- Version 1.10
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Feb 03 2015 13:12:20 GMT+0100 (CET)