Skip to content

Commit

Permalink
fix(StepView): Fix stepper lottie animation in 4.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroruizponce authored Apr 4, 2024
1 parent b784ef4 commit 55d406c
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Mistica/Components/Stepper/StepView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class StepView: UIView {
animation.isUserInteractionEnabled = false
animation.animation = NSDataAsset.checkAnimation.lottieAnimation
animation.contentMode = .scaleAspectFit
animation.maskAnimationToBounds = false
animation.clipsToBounds = false
animation.heightAnchor.constraint(equalTo: animation.widthAnchor).isActive = true
animation.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55d406c

Please sign in to comment.