~josharenson/unity8/slim_greeter_real_lightdm

« back to all changes in this revision

Viewing changes to qml/Rotation/HalfLoopRotationAnimation.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:
42
42
        from: root.fromAngle; to: root.toAngle
43
43
        duration: rotationDuration; easing.type: rotationEasing
44
44
    }
45
 
    UpdateShellTransformations { info: root.info; shell: root.shell }
 
45
    UpdateShellTransformations { shell: root.shell; rotationAngle: root.toAngle }
46
46
    ScriptAction { script: { info.transitioning = false; } }
47
47
}