Skip to content

Commit

Permalink
update access modifier for custom motion effects
Browse files Browse the repository at this point in the history
  • Loading branch information
JARinteractive committed Apr 10, 2017
1 parent f903188 commit b65d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReLax/ReLax/TvMotionEffect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public struct TvMotionEffect {
public static let defaultTranslation: CGFloat = 10
public static let defaultPerspective: CGFloat = 0.000085

let motionEffect = UIMotionEffectGroup()
public let motionEffect = UIMotionEffectGroup()
fileprivate let scale: CGFloat
fileprivate let perspective: CGFloat
fileprivate let xTranslation: CGFloat
Expand Down

0 comments on commit b65d53b

Please sign in to comment.