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 2d6bce1 commit b3fbb0fCopy full SHA for b3fbb0f
components/Marquee/src/Marquee.cs
@@ -338,8 +338,8 @@ _segment1 is null ||
338
_marqueeContainer.SetValue(dp, 0);
339
_segment2.Visibility = Visibility.Collapsed;
340
341
- _marqueeStoryboard = null;
342
_marqueeStoryboard?.Stop();
+ _marqueeStoryboard = null;
343
return false;
344
}
345
@@ -358,8 +358,8 @@ _segment1 is null ||
358
// If the distance is zero, don't play an animation
359
if (distance is 0)
360
{
361
362
363
364
365
0 commit comments