Skip to content

Commit

Permalink
Update components/MarqueeText/src/MarqueeText.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Jul 19, 2023
1 parent c8e5e22 commit c134c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MarqueeText/src/MarqueeText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ _segment1 is null ||
if (IsLooping && segmentSize < containerSize)
{
// If the marquee is in looping mode and the segment is smaller
// than the container then the animation does not not need to play.
// than the container, then the animation does not not need to play.

// NOTE: Use resume as initial because _isActive is updated before
// calling update animation. If _isActive were passed, it would allow for
Expand Down

0 comments on commit c134c06

Please sign in to comment.