Skip to content

Commit 3d182f3

Browse files
committed
Merge branch 'master' into live
2 parents 71559fb + d7e9688 commit 3d182f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/animations/AnimationSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can change the way how the animation interpolates between keyframes by defin
9191
| SetDuration(TimeSpan) | Ovewrites the duration on all animations after last Then() to the specified value |
9292
| SetDurationForAll(Double) | Ovewrites the duration on all animations to the specified value |
9393
| SetDurationForAll(TimeSpan) | Ovewrites the duration on all animations to the specified value |
94-
| Start() | Stats all animations. This method is not awaitable. |
94+
| Start() | Starts all animations. This method is not awaitable. |
9595
| StartAsync() | Starts all animations and returns an awaitable task |
9696
| Stop() | Stops all animations |
9797
| Then() | Wait for existing animations to complete before running new animations |

0 commit comments

Comments
 (0)