commit | 1cfd406f9d40d6b39e4063e060b6c5114930f28c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 11:08:11 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 11:08:11 2013 -0400 |
tree | 9832afb6b93e6dde1abecbcf7bc7c3ec1afac075 | |
parent | 8eb0f4f830884b018f104cbc238cfb0066ee514a [diff] [blame] |
shell: Tweak spring animation for zoom animation type
diff --git a/src/shell.c b/src/shell.c index 1522e99..ceb963c 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -3459,7 +3459,7 @@ weston_fade_run(surface, 0.0, 1.0, 300.0, NULL, NULL); break; case ANIMATION_ZOOM: - weston_zoom_run(surface, 0.8, 1.0, NULL, NULL); + weston_zoom_run(surface, 0.5, 1.0, NULL, NULL); break; default: break;