Skip to content

Commit

Permalink
Undo unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Smith committed Oct 2, 2018
1 parent 054ae02 commit 1e70e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScalingCarousel/Classes/ScalingCarouselCell.swift
Expand Up @@ -23,11 +23,11 @@ open class ScalingCarouselCell: UICollectionViewCell {
// MARK: - Properties (Public)

/// The minimum value to scale to, should be set between 0 and 1
open var scaleMinimum: CGFloat = 0.7
open var scaleMinimum: CGFloat = 0.9

/// Divisior used when calculating the scale value.
/// Lower values cause a greater difference in scale between subsequent cells.
open var scaleDivisor: CGFloat = 8.0
open var scaleDivisor: CGFloat = 10.0

/// The minimum value to alpha to, should be set between 0 and 1
open var alphaMinimum: CGFloat = 0.85
Expand Down

0 comments on commit 1e70e49

Please sign in to comment.