Skip to content

Commit

Permalink
Disable initial window animation when showing. Some browsers really j…
Browse files Browse the repository at this point in the history
…ust don't perform well with it and it's a profiling distraction.
  • Loading branch information
dwilliamson committed Feb 11, 2020
1 parent 56d81a3 commit e096dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis/Code/SampleWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SampleWindow = (function()

this.XPos = 10 + offset * 410;
this.Window = wm.AddWindow(name, 100, 100, 100, 100);
this.Window.Show();
this.Window.ShowNoAnim();
this.Visible = true;

// Create a grid that's indexed by the unique sample ID
Expand Down

0 comments on commit e096dba

Please sign in to comment.