mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-12 05:10:35 -08:00
change 'linux' to 'unix' in *.pro files, small revisions
This commit is contained in:
parent
82c209a469
commit
0bf4fbaf2e
14 changed files with 18 additions and 17 deletions
|
|
@ -52,10 +52,10 @@ Item {
|
|||
font.pixelSize: 32
|
||||
|
||||
NumberAnimation on rotation {
|
||||
from: 0; to: 360;
|
||||
easing.type: Easing.InOutElastic;
|
||||
duration: 3000;
|
||||
loops: Animation.Infinite;
|
||||
from: 0; to: 360
|
||||
easing.type: Easing.InOutElastic
|
||||
duration: 3000
|
||||
loops: Animation.Infinite
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue