Class: SC.ContainerView.FADE_COLOR
Extends
SC.ViewTransitionProtocol.
Provides fade through color transitions to SC.ContainerView.
The old
content will fade out to a color and the new content will then fade in.
To modify the fade through color animation, you can set the following transition options:
- color {String} any valid CSS Color. Default: 'black'
- duration {Number} the number of seconds for the animation. Default: 0.4
- timing {String} the animation timing function. Default: 'ease'
Defined in: swap_fade_color_transition.js
- See:
- SC.View#animate for other timing functions.
- Since:
- Version 1.10
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:20 GMT-0600 (CST)