mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Use a much nicer animation
This commit is contained in:
parent
15c7630e10
commit
916abec3c5
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ Pane {
|
|||
antialiasing: true
|
||||
layer.samples: 8
|
||||
|
||||
Behavior on rotation {
|
||||
NumberAnimation {
|
||||
duration: 100
|
||||
}
|
||||
}
|
||||
|
||||
FontMetrics {
|
||||
id: fontMetrics
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue