X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fscripts%2Fsuper-blur-view.json;h=bcdb61b6070c8fe7e5c481ffb665a09bd8020b81;hb=2e58e3edad52dc74c6d6c74addf40d8f14f2e455;hp=c786b471b4992ac7309b08102aaa418fc2a2be9c;hpb=c106e27dc147c044f0c6ee12c5719670239baeaf;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/scripts/super-blur-view.json b/resources/scripts/super-blur-view.json index c786b47..bcdb61b 100644 --- a/resources/scripts/super-blur-view.json +++ b/resources/scripts/super-blur-view.json @@ -22,10 +22,10 @@ "blur": { "duration": 1, "properties": [{ - "actor": "super-blur", - "property": "blur-strength", + "actor": "superBlur", + "property": "blurStrength", "value": 1, - "time-period": { + "timePeriod": { "delay": 0, "duration": 1 } @@ -34,10 +34,10 @@ "clear": { "duration": 1, "properties": [{ - "actor": "super-blur", - "property": "blur-strength", + "actor": "superBlur", + "property": "blurStrength", "value": 0, - "time-period": { + "timePeriod": { "delay": 0, "duration": 1 } @@ -48,9 +48,9 @@ // SuperBlurView { "type": "SuperBlurView", - "name": "super-blur", - "parent-origin": "TOP_CENTER", - "anchor-point": "TOP_CENTER", + "name": "superBlur", + "parentOrigin": "TOP_CENTER", + "anchorPoint": "TOP_CENTER", "position": [0, 10, 0], "size": [460, 600, 0], "image": { @@ -61,17 +61,17 @@ // Button to blur/clear { "type": "PushButton", - "name": "toggle-button", - "parent-origin": "BOTTOM_CENTER", - "anchor-point": "BOTTOM_CENTER", + "name": "toggleButton", + "parentOrigin": "BOTTOM_CENTER", + "anchorPoint": "BOTTOM_CENTER", "position": [0, 0, 0], "size": [200, 100, 0], - "label-actor": { + "labelActor": { "type": "TextLabel", "text": "Blur" }, - "unselected-state-image": "{DALI_IMAGE_DIR}button-background.png", - "selected-state-image": "{DALI_IMAGE_DIR}button-background.png", + "unselectedStateImage": "{DALI_IMAGE_DIR}button-background.png", + "selectedStateImage": "{DALI_IMAGE_DIR}button-background.png", "signals": [{ "name": "pressed", "action": "play",