We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d8109 + ea7c2cd commit 2a01286Copy full SHA for 2a01286
NfcRaceTimeWay/assets/LedDigit.qml
@@ -18,21 +18,21 @@ ImageView {
18
preferredWidth: 88
19
preferredHeight: 132
20
imageSource: regDetails.digit[0]
21
-// onImageSourceChanged: {
22
-// animation.play ()
23
-// }
24
-// attachedObjects: [
25
-// SequentialAnimation {
26
-// id: animation
27
-// animations: [
28
-// ScaleTransition {
29
-// duration: 500
30
-// toX: 1.0
31
-// fromX: 0.0
32
-// toY: 1.0
33
-// fromY: 0.0
34
35
-// ]
36
37
+ onImageSourceChanged: {
+ animation.play ()
+ }
+ attachedObjects: [
+ SequentialAnimation {
+ id: animation
+ animations: [
+ ScaleTransition {
+ duration: 500
+ toX: 1.0
+ fromX: 0.0
+ toY: 1.0
+ fromY: 0.0
+ ]
38
}
0 commit comments