cozy/cozy-mobile

View on GitHub
src/app/views/onboarding/welcome.coffee

Summary

Maintainability
Test Coverage
BaseView = require '../layout/base_view'


module.exports = class Welcome extends BaseView


    className: 'page'
    template: require '../../templates/onboarding/welcome'
    animationEntrance: 'slideInDown'
    animationExit: 'fadeOutLeft'

    initialize: ->
        @backExit = true
        screen.lockOrientation 'portrait'
        StatusBar.backgroundColorByHexString '#fff'