Skip to content

Commit

Permalink
Merge pull request airbnb#881 from nekrich/LottieContentMode_consistency
Browse files Browse the repository at this point in the history
Lottie content mode consistency
  • Loading branch information
thedrick committed May 13, 2019
2 parents 68948a6 + 9a68077 commit e734c53
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lottie-swift/src/Public/MacOS/LottieView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
import Foundation
import AppKit

public enum LottieContentMode {
case bottom
case bottomLeft
case bottomRight
case center
case left
case redraw
case right
public enum LottieContentMode: Int {
case scaleToFill
case scaleAspectFit
case scaleAspectFill
case redraw
case center
case top
case bottom
case left
case right
case topLeft
case topRight
case bottomLeft
case bottomRight
}

/// A wrapper around NSView for cross platform compatibility.
Expand Down

0 comments on commit e734c53

Please sign in to comment.