mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #1962 from NativeScript/raikov/fix-1947
Fixed: animation play count is wrong in iOS
This commit is contained in:
@@ -335,7 +335,7 @@ export class Animation extends common.Animation implements definition.Animation
|
||||
repeatCount = FLT_MAX;
|
||||
}
|
||||
else {
|
||||
repeatCount = animation.iterations - 1;
|
||||
repeatCount = animation.iterations;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user