Tweak animation slightly

This commit is contained in:
Dean Herbert 2021-10-15 19:37:22 +09:00
parent b08743342b
commit b9fd1f52df
1 changed files with 3 additions and 2 deletions

View File

@ -117,8 +117,9 @@ public void Start()
Depth = float.MaxValue
});
Content.ScaleTo(0.85f, duration, Easing.OutQuint);
Content.RotateTo(1, duration, Easing.OutQuint);
Content.ScaleTo(0.85f, duration, Easing.OutQuart);
Content.RotateTo(1, duration, Easing.OutQuart);
Content.FadeColour(Color4.Gray, duration);
}
protected override void Update()