Adjust zoom defaults for timeline to be more useful

This commit is contained in:
Dean Herbert 2020-01-27 16:54:57 +09:00
parent 03b7c6cfa7
commit e24c4ab901
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ public Timeline()
{
ZoomDuration = 200;
ZoomEasing = Easing.OutQuint;
Zoom = 10;
Zoom = 60;
MaxZoom = 240;
ScrollbarVisible = false;
}