Mixin: SC.NavigationBuilder
NavigationBuilder is an implementation of the Builder protocol. It implements
buildIn
/Out
(though these only relay to buildIn
/`OutNavigation, so feel free to
override if needed; the navigation builders will still be accessible).
Building in and out animates the view in and out to and from the left and right.
Defined in: navigation_builder.js
Field Summary
- SC.NavigationBuilder.isNavigationBuilder
- SC.NavigationBuilder.navigationTransitions
Class Methods
- buildIn()
- buildInNavigation()
- buildOut()
- buildOutNavigation()
- initMixin()
- navigationBuildDidFinish()
- resetBuild()
Field Detail
SC.NavigationBuilder.isNavigationBuilder Boolean- Default value:
- YES
The transitions to be used for navigation; these are mixed in to the existing transitions hash if one exists, or become the transitions hash otherwise.
If NO
, it uses the (hard-coded) defaults.
- Default value:
- NO
Class Method Detail
You may override this. If you do, call buildInNavigation
to call the original functionality.
You may need to override navigationBuildDidFinish
as well if you call buildInNavigation
.
You may override this. If you do, call buildOutNavigation
to call the original functionality.
You may need to override navigationBuildDidFinish
as well if you call buildOutNavigation
.