Code review comment for lp:~unity-team/unity8/mirCompositor

Revision history for this message
Gerry Boland (gerboland) wrote :

=== modified file 'qml/Stages/TransformedSpreadDelegate.qml'
+ visible: progress >= 0 && progress < 1.7
that magic 1.7 again. Quick comment would be enough probably.

+ var animatedEndDistance = linearAnimation(0, 2, root.endDistance, 0, root.progress)
semicolon

=== added file 'qml/Stages/TransformedTabletSpreadDelegate.qml'
some more readonly properties...

« Back to merge proposal