Skip to content

Commit

Permalink
LogState: lower frame rate on animations
Browse files Browse the repository at this point in the history
I think things look better with slightly slower animation.
  • Loading branch information
mortend committed Jun 20, 2019
1 parent 670ed7a commit f59d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Uno.Common/Logging/LogState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Uno.Logging
{
public class LogState : IDisposable
{
const double _fps = 24.0;
const double _fps = 18.0;
const double _interval = 1000.0 / _fps;

static readonly string _cr = "\r" + new string(' ', GetNumberOfSpaces()) + "\r";
Expand Down

0 comments on commit f59d041

Please sign in to comment.