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