diff options
Diffstat (limited to 'lockscreen')
| -rw-r--r-- | lockscreen/LockScreenController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lockscreen/LockScreenController.cpp b/lockscreen/LockScreenController.cpp index 6628a4f84..6d6f65c40 100644 --- a/lockscreen/LockScreenController.cpp +++ b/lockscreen/LockScreenController.cpp @@ -80,7 +80,7 @@ Controller::Controller(DBusManager::Ptr const& dbus_manager, }); fade_windows_.clear(); - animation::SetValue(fade_windows_animator_, 0.0); + animation::SetValue(fade_windows_animator_, animation::Direction::BACKWARD); } }); @@ -274,7 +274,7 @@ void Controller::OnLockRequested() }); fade_windows_.clear(); - animation::SetValue(fade_windows_animator_, 0.0); + animation::SetValue(fade_windows_animator_, animation::Direction::BACKWARD); lockscreen_timeout_.reset(new glib::Timeout(10, [this](){ |
