Class: SC.ContainerView.PUSH
Extends
SC.ViewTransitionProtocol.
Provides push transitions to SC.ContainerView.
The new content will push
the old content out of the view.
To modify the push animation, you can set the following transition options:
- direction {String} the direction to push new content in. Default: 'left'
- 'left' - pushes new content from the right to the left
- 'right' - pushes new content from the left to the right
- 'up' - pushes new content from the bottom to the top
- 'down' - pushes new content from the top 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_push_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)