~aacid/unity8/add_override_warning

« back to all changes in this revision

Viewing changes to qml/Rotation/HalfLoopRotationAnimation.qml

  • Committer: Albert Astals Cid
  • Date: 2016-05-05 07:30:08 UTC
  • mfrom: (2341.1.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160505073008-d8u2rkkh0sg1te0l
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2015 Canonical, Ltd.
 
2
 * Copyright (C) 2015-2016 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
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
46
    ScriptAction { script: { info.transitioning = false; } }
46
47
}