File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ You can change the way how the animation interpolates between keyframes by defin
91
91
| SetDuration(TimeSpan) | Ovewrites the duration on all animations after last Then() to the specified value |
92
92
| SetDurationForAll(Double) | Ovewrites the duration on all animations to the specified value |
93
93
| 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. |
95
95
| StartAsync() | Starts all animations and returns an awaitable task |
96
96
| Stop() | Stops all animations |
97
97
| Then() | Wait for existing animations to complete before running new animations |
You can’t perform that action at this time.
0 commit comments