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 c4b9922 commit 267b6d2Copy full SHA for 267b6d2
Flow.Launcher/MainWindow.xaml.cs
@@ -889,10 +889,10 @@ private void WindowAnimation()
889
FillBehavior = FillBehavior.HoldEnd
890
};
891
892
- Storyboard.SetTargetProperty(ClockOpacity, new PropertyPath(OpacityProperty));
893
Storyboard.SetTarget(ClockOpacity, ClockPanel);
+ Storyboard.SetTargetProperty(ClockOpacity, new PropertyPath(OpacityProperty));
894
895
- Storyboard.SetTargetName(thicknessAnimation, "ClockPanel");
+ Storyboard.SetTarget(thicknessAnimation, ClockPanel);
896
Storyboard.SetTargetProperty(thicknessAnimation, new PropertyPath(MarginProperty));
897
898
Storyboard.SetTarget(IconMotion, SearchIcon);
0 commit comments