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.
2 parents c614700 + ce03653 commit f472822Copy full SHA for f472822
src/Shared/HandyControl_Shared/Controls/Other/AnimationPath.cs
@@ -154,7 +154,7 @@ private void UpdatePath()
154
155
var frameOut = new LinearDoubleKeyFrame
156
{
157
- Value = FillBehavior == FillBehavior.Stop ? - _pathLength : 0,
+ Value = FillBehavior == FillBehavior.Stop ? -_pathLength : 0,
158
KeyTime = KeyTime.FromTimeSpan(Duration.TimeSpan)
159
};
160
frames.KeyFrames.Add(frameOut);
0 commit comments