> slow down results enter transition

This commit is contained in:
FajsiEx 2021-07-28 17:40:40 +02:00
parent c74fd3961e
commit 7d4284b403
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ end
local tickTransitions = function(deltaTime)
if transitionEnterScale < 1 then
transitionEnterScale = transitionEnterScale + deltaTime / 1 -- transition should last for 1s
transitionEnterScale = transitionEnterScale + deltaTime / 10 -- transition should last for 1s
else
transitionEnterScale = 1
end