Skip to content

Commit

Permalink
UI|Home: Tweaked Home fade-in time
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 15, 2017
1 parent c4006bd commit c6e7d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/apps/client/src/ui/home/homewidget.cpp
Expand Up @@ -220,7 +220,7 @@ DENG_GUI_PIMPL(HomeWidget)

void appStartupCompleted()
{
blanker->start(0.3);
blanker->start(0.25);
}

void gameReadinessUpdated()
Expand Down Expand Up @@ -526,7 +526,7 @@ HomeWidget::HomeWidget()
// Hide content until first update.
d->blanker.reset(new FadeToBlackWidget);
d->blanker->rule().setRect(rule());
d->blanker->initFadeFromBlack(1.75);
d->blanker->initFadeFromBlack(1.25);
add(d->blanker);

// Define widget layout.
Expand Down

0 comments on commit c6e7d72

Please sign in to comment.