Skip to content

Commit

Permalink
Merge pull request #4354 from Dawider10/fix-parameter-order
Browse files Browse the repository at this point in the history
Fixed parameter order
  • Loading branch information
Sergio0694 committed Nov 2, 2021
2 parents 44ad0cc + d4ec3d9 commit bdd1d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ public Timeline GetAnimation(DependencyObject targetHint)
Property,
To,
From,
Duration,
Delay,
Duration,
EasingType.ToEasingFunction(EasingMode),
Repeat.ToRepeatBehavior());
}
Expand Down

0 comments on commit bdd1d84

Please sign in to comment.