Use a much nicer animation

march-2022
Loren Burkholder 3 years ago
parent 15c7630e10
commit 916abec3c5
  1. 6
      resources/qml/Root.qml

@ -30,6 +30,12 @@ Pane {
antialiasing: true
layer.samples: 8
Behavior on rotation {
NumberAnimation {
duration: 100
}
}
FontMetrics {
id: fontMetrics
}

Loading…
Cancel
Save