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

Class Methods

Field Detail

SC.NavigationBuilder.isNavigationBuilder Boolean
Walk like a duck.
Default value:
YES
SC.NavigationBuilder.navigationTransitions Boolean

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

buildIn()

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.

buildInNavigation()
buildOut()

You may override this. If you do, call buildOutNavigation to call the original functionality. You may need to override navigationBuildDidFinishas well if you call buildOutNavigation.

buildOutNavigation()
initMixin()
navigationBuildDidFinish()
Called when the transitions finish.
resetBuild()
This ensures that the view has a CSS transform set, even if it is added without build in, etc.
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:21 GMT-0600 (CST)