Make transitions extra fast.

This commit is contained in:
Jonathan Payne
2013-06-15 05:54:55 -07:00
parent c56c40fad1
commit 39f68e0133
12 changed files with 121 additions and 124 deletions
@@ -3,8 +3,8 @@ local iconPath = "_timingicons"
local leftColX = -144
local rightColX = -leftColX
local showCmd = cmd(stoptweening;accelerate,0.125;diffusealpha,1)
local hideCmd = cmd(stoptweening;accelerate,0.125;diffusealpha,0)
local showCmd = cmd(stoptweening;accelerate,0.1;diffusealpha,1)
local hideCmd = cmd(stoptweening;accelerate,0.1;diffusealpha,0)
local SegmentTypes = {
Stops = { Frame = 0, xPos = leftColX, yPos = 0 },