~mzanetti/unity8/spread-blur

« back to all changes in this revision

Viewing changes to qml/Rotation/RotationStates.qml

  • Committer: Bileto Bot
  • Author(s): Michael Zanetti
  • Date: 2016-10-24 11:34:08 UTC
  • mfrom: (2400.6.204 unity8-unified-spread)
  • Revision ID: ci-train-bot@canonical.com-20161024113408-7ul8ivww68dqm74v
Merge all Stages into one single codebase. Apply new spread visuals.

This deletes PhoneStage, TabletStage and DesktopStage, and merges all of the functionality into Stage. Also the spread visuals have been updated by design to work with all usage modes. (LP: #1489517, #1603914, #1635800)

Approved by: Lukáš Tinkl

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            }
122
122
        }
123
123
 
124
 
        property var shellBeingResized: Binding {
125
 
            target: root.shell
126
 
            property: "beingResized"
127
 
            value: d.transitioning
128
 
        }
129
 
 
130
124
        readonly property int fullAnimation: 0
131
125
        readonly property int indicatorsBarAnimation: 1
132
126
        readonly property int noAnimation: 2