transition helpers
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
local fSeconds = ScreenMetric("InDelay");
|
||||
return Def.Actor { OnCommand=cmd(sleep,fSeconds); };
|
||||
@@ -0,0 +1,2 @@
|
||||
local fSeconds = ScreenMetric("OutDelay");
|
||||
return Def.Actor { OnCommand=cmd(sleep,fSeconds); };
|
||||
Reference in New Issue
Block a user