DALi Version 2.0.10
[platform/core/uifw/dali-demo.git] / resources / scripts / slider-test-style.json
index e08ceb0..c906566 100644 (file)
 {
   "styles": {
     "slider": {
-      "anchor-point": [0.5, 0.0, 0.0],
-      "parent-origin": [0.5, 0.0, 0.0],
+      "anchorPoint": [0.5, 0.0, 0.0],
+      "parentOrigin": [0.5, 0.0, 0.0],
       "position": [0, 300, 0],
       "size": [480, 72, 1],
-      "lower-bound": 0,
-      "upper-bound": 10,
-      "show-popup": true,
-      "show-value": true,
-      "value-precision": 2,
-      "value": 0.0,
-      "popup-text-color": [0.0, 1.0, 1.0, 1.0]
+      "lowerBound": 0,
+      "upperBound": 10,
+      "showPopup": true,
+      "showValue": true,
+      "valuePrecision": 2,
+      "value": 0.0
     }
   }
 }