Browse Source
Merge branch 'master' into duplicate-link
pull/3398/head
Jumar Macato
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Animation/IterationCount.cs
|
|
|
@ -63,7 +63,7 @@ namespace Avalonia.Animation |
|
|
|
public IterationType RepeatType => _type; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets a value that indicates whether the <see cref="IterationCount"/> is set to loop.
|
|
|
|
/// Gets a value that indicates whether the <see cref="IterationCount"/> is set to Infinite.
|
|
|
|
/// </summary>
|
|
|
|
public bool IsInfinite => _type == IterationType.Infinite; |
|
|
|
|
|
|
|
|