f77d95779a0850dbdd15b926cfe5ce128ed75ccb
[platform/core/uifw/dali-demo.git] / resources / style / style-example-theme-three.json.in
1 {
2   "styles":
3   {
4     "Title":{
5       "textColor":"#0000ff",
6       "background":
7       {
8         "visualType":"COLOR",
9         "mixColor": [ 1.0, 1.0, 1.0, 1.0 ]
10       }
11     },
12     "TableView":{
13       "background":
14       {
15         "visualType":"COLOR",
16         "mixColor": [ 1.0, 1.0, 1.0, 0.03 ]
17       }
18     },
19     "RadioButton":{
20       "label":{
21         "textColor": [1,1,1,1]
22       }
23     },
24     "CheckboxButton":{
25       "label":{
26         "textColor": [1,1,1,1]
27       }
28     },
29     "ColorLabel1":{
30       "textColor": [1,0,0,1]
31     },
32     "ColorLabel2":{
33       "textColor": [0,1,0,1]
34     },
35     "ColorLabel3":{
36       "textColor": [0.3,0.3,1,1]
37     },
38     "ThemeLabel":{
39       "textColor":[0,1,1,1]
40     },
41     "PopupTitle":{
42       "textColor":[1,1,1,1]
43     },
44     "PopupBody":{
45       "textColor":[1,1,0,1]
46     },
47     "TextLabel":{
48       "textColor":[0,0,0,1]
49     },
50     "ImageChannelControl":
51     {
52       "enableVisibilityTransition":
53       [
54         {
55           "target":"imageVisual",
56           "property":"size",
57           "initialValue":[0.1,0.1],
58           "targetValue":[1,1],
59           "animator":
60           {
61             "alphaFunction":"EASE_IN",
62             "timePeriod":
63             {
64               "duration":0.3,
65               "delay":0.1
66             }
67           }
68         },
69         {
70           "target":"imageVisual",
71           "property":"mixColor",
72           "targetValue":[1,1,1,1]
73         }
74       ],
75       "disableVisibilityTransition":
76       [
77         {
78           "target":"imageVisual",
79           "property":"size",
80           "initialValue":[1,1],
81           "targetValue":[0.1,0.1],
82           "animator":
83           {
84             "alphaFunction":"EASE_OUT",
85             "timePeriod":
86             {
87               "duration":0.3,
88               "delay":0.0
89             }
90           }
91         },
92         {
93           "target":"imageVisual",
94           "property":"mixColor",
95           "targetValue":[1,1,1,0],
96           "animator":
97           {
98             "alphaFunction":"EASE_OUT",
99             "timePeriod":
100             {
101               "duration":0.3,
102               "delay":0.0
103             }
104           }
105         }
106       ]
107     }
108   }
109 }