Class: SC.ContainerView.REVEAL
Extends
SC.ViewTransitionProtocol.
Provides reveal transitions to SC.ContainerView.
The old content will
move out revealing the new content underneath.
To modify the reveal animation, you can set the following transition options:
- direction {String} The direction to move old content off. Default: 'left'
- 'left' - moves old content off to the left
- 'right' - moves old content off to the right
- 'up' - moves old content off to the top
- 'down' - moves old content off to the bottom
- duration {Number} the number of seconds for the animation. Default: 0.4
- timing {String} the animation timing function. Default: 'ease'
Defined in: swap_reveal_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)