summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag')
-rw-r--r--tradeshow/iot-sensortag/resources/base/LightChart.qml8
1 files changed, 1 insertions, 7 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/LightChart.qml b/tradeshow/iot-sensortag/resources/base/LightChart.qml
index a51787d..857a112 100644
--- a/tradeshow/iot-sensortag/resources/base/LightChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/LightChart.qml
@@ -87,12 +87,6 @@ BaseChart {
anchors.left: container.left
anchors.leftMargin: 12
- Behavior on opacity {
- NumberAnimation {
- duration: 500
- }
- }
-
Text {
id: lightMainText
@@ -108,7 +102,7 @@ BaseChart {
anchors.right: parent.right
Behavior on opacity {
- NumberAnimation {
+ OpacityAnimator {
duration: 500
}
}