Skip to content

Commit

Permalink
Traktor: Made Flipboard tween quicker.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jan 29, 2024
1 parent 32cc24a commit e1cf89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Source/System/UiKit/Scripts/Flipboard.xdi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Flipboard:new(parent)
end
function Flipboard:showPage(id, arg)
local r < const > = 0.5
local r < const > = 0.2
local children = self:getChildren()
for _, child in ipairs(children) do
Expand Down

0 comments on commit e1cf89d

Please sign in to comment.