Parallax Header

Content Type: Widget
Categories: Mobile

Overview

Add a Parallax Header to your Mendix Native app

Documentation

Apache License GitHub release GitHub issues

Parallax Header

logo

Add a Parallax Header to your Native Mendix app.

preview

Features

  • Set min- & max-height of your parallax header
  • Set background color in your styling (see Styling)
  • Automatically have the header shown/hidden

Styling

Please add the following to your Native styling to override any styling:

export const mendix_parallaxheader_ParallaxHeader = {
    header : {
        backgroundColor: "Color or header in hex, e.g. #F00",
        minHeight: 50, // Min height
        maxHeight: 200 // Max Height
    }
}

Issues, suggestions and feature requests

Please report your issues here

License

Apache 2

Releases

Version: 1.0.0
Framework Version: 8.12.5
Release Notes: - Initial release