Skip to content

Pages and Transitions Spec

iBeliever edited this page Dec 17, 2014 · 7 revisions

Requirements

  • By default, simple slide transition to next page

  • When using the card page style, the card overlays the toolbar and the actions are displayed in the card

  • The app can define complex transitions from the tapped view to the new page (Material Design example)

Relevant Android docs

Ideas

  • Use transition classes to handle the transitions

  • Uses QtQuick states & transitions to handle the transitions

    • A limitation of states & transitions is that we can't animate to or from anchors really easily. So the actual layout would need to use x, y, width, and height.
Clone this wiki locally