~josharenson/unity8/slim_greeter_real_lightdm

« back to all changes in this revision

Viewing changes to qml/Rotation/NinetyRotationAnimation.qml

  • Committer: Josh Arenson
  • Date: 2016-06-29 14:44:41 UTC
  • mfrom: (1789.412.85 unity8)
  • Revision ID: joshua.arenson@canonical.com-20160629144441-du2vd7vu97b2n8pc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
            duration: rotationDuration; easing.type: rotationEasing
79
79
        }
80
80
    }
81
 
    UpdateShellTransformations { info: root.info; shell: root.shell }
 
81
    UpdateShellTransformations { shell: root.shell; rotationAngle: root.toAngle }
82
82
    ScriptAction { script: {
83
83
        shellSnapshot.visible = false;
84
84
        shellSnapshot.discard();