X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fstyle%2Fstyle-example-theme-one.json.in;h=a28f8422442fffe9b6701bc47b1e09d508b1e1e0;hb=6a833b2ce54cadef605d3b6f82ef2a4226b36eb6;hp=777fabab1f9316388fc2c3bc0c66998c9514859a;hpb=e2ee6baaa8dcfe20f708b17a51e4303b8cfc3824;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/style/style-example-theme-one.json.in b/resources/style/style-example-theme-one.json.in index 777faba..a28f842 100644 --- a/resources/style/style-example-theme-one.json.in +++ b/resources/style/style-example-theme-one.json.in @@ -312,6 +312,71 @@ } } } + ], + "checkTransition": + [ + { + "target":"checkboxFgVisual", + "property":"pixelArea", + "initialValue":[0.0, 0.0, 0.0, 1.0], + "targetValue":[0.0, 0.0, 1.0, 1.0], + "animator": + { + "alphaFunction":"EASE_IN", + "timePeriod": + { + "duration":0.4, + "delay":0 + } + } + }, + { + "target":"checkboxFgVisual", + "property":"size", + "initialValue":[0.0, 0.37], + "targetValue":[0.12, 0.37], + "animator": + { + "alphaFunction":"EASE_IN", + "timePeriod": + { + "duration":0.4, + "delay":0 + } + } + } + ], + "uncheckTransition": + [ + { + "target":"checkboxFgVisual", + "property":"pixelArea", + "initialValue":[0.0, 0.0, 1.0, 1.0], + "targetValue":[0.0, 0.0, 0.0, 1.0], + "animator": + { + "alphaFunction":"EASE_OUT", + "timePeriod": + { + "duration":0.4, + "delay":0 + } + } + }, + { + "target":"checkboxFgVisual", + "property":"size", + "targetValue":[0.0, 0.37], + "animator": + { + "alphaFunction":"EASE_OUT", + "timePeriod": + { + "duration":0.4, + "delay":0 + } + } + } ] } }