Skip to content

Commit

Permalink
Fix ‘loopMode’ parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thomas committed May 21, 2019
1 parent fc01fd6 commit 97b3e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie-swift/src/Public/Animation/AnimationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ final public class AnimationView: LottieView {
- Parameter fromProgress: The start marker for the animation playback. If `nil` the
animation will start at the current progress.
- Parameter toProgress: The end marker for the animation playback.
- Parameter toProgress: The loop behavior of the animation. If `nil` the view's `loopMode` property will be used.
- Parameter loopMode: The loop behavior of the animation. If `nil` the view's `loopMode` property will be used.
- Parameter completion: An optional completion closure to be called when the animation stops.
*/
public func play(fromMarker: String? = nil,
Expand Down

0 comments on commit 97b3e76

Please sign in to comment.