Skip to content

Instantly share code, notes, and snippets.

@0xlitf
Created November 4, 2016 03:01
Show Gist options
  • Select an option

  • Save 0xlitf/f327b8e3b870ae5ff1c8e624cc294b31 to your computer and use it in GitHub Desktop.

Select an option

Save 0xlitf/f327b8e3b870ae5ff1c8e624cc294b31 to your computer and use it in GitHub Desktop.
Rectangle {
id: infoText
anchors.centerIn: parent
width: parent.width
height: 40
color: "black"
Text {
color: "white"
anchors.centerIn: parent
text: "You can navigate between views using swipe or arrow keys"
}
Behavior on opacity {
NumberAnimation { duration: 400 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment