Marius Møller
Results
2
comments of
Marius Møller
Not ideal, but i found a workaround. You can manually animate the progress in the codebehind like this ``` new Animation( d => AnimationView.Progress = TimeSpan.FromMilliseconds(d), 0, AnimationView.Duration.TotalMilliseconds, Easing.Linear ).Commit(AnimationView,...
Yes that was what i was thinking about :)