Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sethlivingston
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethlivingston/9f968f4433322d2385e5 to your computer and use it in GitHub Desktop.
Save sethlivingston/9f968f4433322d2385e5 to your computer and use it in GitHub Desktop.
Understanding Y.App Transitions
MyApp = Y.Base.create 'myApp', Y.App, [],
views:
signIn:
type: SignInView
requestPasswordReset:
type: RequestPasswordResetView
parent: 'signIn'
checkEmail:
type: CheckEmailView
parent: 'signIn'
resetPassword:
type: ResetPasswordView
parent: 'signIn'
# ...
,
ATTRS:
transitions:
value: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment