Adjustable Fade Delay
This commit is contained in:
24
project.json
24
project.json
@@ -32,11 +32,10 @@
|
||||
{
|
||||
"fraction" : false,
|
||||
"index" : 4,
|
||||
"max" : 1440,
|
||||
"max" : 120,
|
||||
"min" : 0,
|
||||
"order" : 104,
|
||||
"step" : 1,
|
||||
"text" : "Change Every (minutes)",
|
||||
"text" : "Duration (m)",
|
||||
"type" : "slider",
|
||||
"value" : 0
|
||||
},
|
||||
@@ -44,15 +43,26 @@
|
||||
{
|
||||
"fraction" : true,
|
||||
"index" : 3,
|
||||
"max" : 60,
|
||||
"min" : 0.1,
|
||||
"max" : 59,
|
||||
"min" : 0.5,
|
||||
"order" : 103,
|
||||
"precision" : 2,
|
||||
"step" : 0.1,
|
||||
"text" : "Change Every (seconds)",
|
||||
"step" : 0.5,
|
||||
"text" : "Duration (s)",
|
||||
"type" : "slider",
|
||||
"value" : 30
|
||||
},
|
||||
"transition_time" :
|
||||
{
|
||||
"fraction" : false,
|
||||
"index" : 5,
|
||||
"max" : 60,
|
||||
"min" : 0,
|
||||
"order" : 105,
|
||||
"text" : "Fade Delay (s)",
|
||||
"type" : "slider",
|
||||
"value" : 5
|
||||
},
|
||||
"uri" :
|
||||
{
|
||||
"index" : 1,
|
||||
|
||||
Reference in New Issue
Block a user