Skip to content

Commit

Permalink
Fix more ‘loopMode’ parameter descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thomas committed Jun 3, 2019
1 parent 6eb2b26 commit 9a6da48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lottie-swift/src/Public/Animation/AnimationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ final public class AnimationView: LottieView {
- Parameter fromProgress: The start progress of the animation. If `nil` the animation will start at the current progress.
- Parameter toProgress: The end progress of the animation.
- 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(fromProgress: AnimationProgressTime? = nil,
Expand All @@ -245,7 +245,7 @@ final public class AnimationView: LottieView {
- Parameter fromProgress: The start progress of the animation. If `nil` the animation will start at the current progress.
- Parameter toProgress: The end progress of the animation.
- 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(fromFrame: AnimationFrameTime? = nil,
Expand Down

0 comments on commit 9a6da48

Please sign in to comment.