We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f029 commit 801194dCopy full SHA for 801194d
BeatSaberSDK/Components/Image/WebImage.cs
@@ -78,7 +78,7 @@ protected override void Construct(RectTransform rect) {
78
}
79
.WithNativeComponent(out CanvasGroup group)
80
.AsBackground()
81
- .Animate(_backgroundAlpha, (x, y) => x.Color = Color.black.ColorWithAlpha(y), applyImmediately: true)
+ .Animate(_backgroundAlpha, (x, y) => x.Color = Color.black.ColorWithAlpha(y))
82
.Animate(_spinnerAlpha, (_, y) => group.alpha = y)
83
.AsFlexGroup(justifyContent: Justify.Center, alignItems: Align.Center)
84
.WithRectExpand()
0 commit comments