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 f24de6f commit dd5f3ceCopy full SHA for dd5f3ce
components/Shimmer/src/Shimmer/Shimmer.Properties.cs
@@ -3,6 +3,7 @@
3
// See the LICENSE file in the project root for more information.
4
5
namespace CommunityToolkit.Labs.WinUI;
6
+
7
public partial class Shimmer : Control
8
{
9
/// <summary>
@@ -29,6 +30,7 @@ public partial class Shimmer : Control
29
30
31
if (isActive)
32
33
+ self.StopAnimation();
34
self.TryStartAnimation();
35
}
36
else
0 commit comments