Commit 9a26f67a by Matt Kiazyk Committed by GitHub

Remove internal from springAnimation property on FABMenu

parent 6cb79199
...@@ -186,7 +186,7 @@ open class FABMenu: View { ...@@ -186,7 +186,7 @@ open class FABMenu: View {
/// A reference to the SpringAnimation object. /// A reference to the SpringAnimation object.
internal let spring = SpringAnimation() let spring = SpringAnimation()
open var fabMenuDirection: FABMenuDirection { open var fabMenuDirection: FABMenuDirection {
get { get {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment