We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074c5b2 commit 2ae99bbCopy full SHA for 2ae99bb
Sica/Source/Animator.swift
@@ -107,7 +107,7 @@ public final class Animator {
107
}
108
group.animations = animations
109
group.duration = totalDuration(type: type)
110
- group.fillMode = FillMode.forwards.rawValue
+ group.fillMode = FillMode.forwards.rawValue
111
group.isRemovedOnCompletion = isRemovedOnCompletion
112
113
if let completion = completion {
0 commit comments