Skip to content

Commit

Permalink
Fixed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
shoheiyokoyama committed Jun 23, 2019
1 parent 453ef7c commit 6a37e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemini/CustomAnimatable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension GeminiAnimationModel: CustomAnimatable {
}

@discardableResult
public func rotationAngle(x: CGFloat = 1, y: CGFloat = 1, z: CGFloat = 1) -> CustomAnimatable {
public func rotationAngle(x: CGFloat = 0, y: CGFloat = 0, z: CGFloat = 0) -> CustomAnimatable {
rotationCoordinate.x = x
rotationCoordinate.y = y
rotationCoordinate.z = z
Expand Down

0 comments on commit 6a37e67

Please sign in to comment.