speed transition up a bit

This commit is contained in:
ListenerJubatus
2018-01-03 23:32:01 -06:00
parent 479e34fcff
commit 545d4e4a89
+2 -2
View File
@@ -12,13 +12,13 @@ for i=1, 6 do
local sleep_time = 0.1 * i
t[#t+1] = LoadActor(THEME:GetPathG("", "_pt" .. i)) .. {
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;Center;diffuse,params.color),
OnCommand=cmd(diffusealpha,startAlpha;sleep,sleep_time;linear,0.14;diffusealpha,endAlpha)
OnCommand=cmd(diffusealpha,startAlpha;sleep,sleep_time;linear,0.10;diffusealpha,endAlpha)
}
end
t[#t+1] = Def.Quad {
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;Center;diffuse,params.color),
OnCommand=cmd(diffusealpha,startAlpha;linear,0.7;diffusealpha,endAlpha)
OnCommand=cmd(diffusealpha,startAlpha;linear,0.5;diffusealpha,endAlpha)
}
return t