Merge branch 'master' into bazel

This commit is contained in:
Ali
2020-02-18 03:43:19 +04:00
1232 changed files with 86593 additions and 21224 deletions

View File

@@ -72,7 +72,7 @@ public extension CALayer {
animation.isAdditive = additive
if !delay.isZero {
animation.beginTime = CACurrentMediaTime() + delay
animation.beginTime = CACurrentMediaTime() + delay * UIView.animationDurationFactor()
animation.fillMode = .both
}
@@ -102,7 +102,7 @@ public extension CALayer {
}
if !delay.isZero {
animation.beginTime = CACurrentMediaTime() + delay
animation.beginTime = CACurrentMediaTime() + delay * UIView.animationDurationFactor()
animation.fillMode = .both
}
@@ -179,7 +179,7 @@ public extension CALayer {
}
if !delay.isZero {
animation.beginTime = CACurrentMediaTime() + delay
animation.beginTime = CACurrentMediaTime() + delay * UIView.animationDurationFactor()
animation.fillMode = .both
}