Skip to content

Commit

Permalink
Animatable turned off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyGo committed Jun 3, 2017
1 parent 95719e1 commit 5867486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DrawerController/AnimatedMenuButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ open class AnimatedMenuButton : UIButton {
return path
}()

var animatable = true
var animatable = false

// MARK: - Initializers

Expand Down

0 comments on commit 5867486

Please sign in to comment.