Commit eee9dbb1 by Daniel Dahan

minor comment updates

parent 71fcc474
...@@ -327,7 +327,6 @@ public class MaterialButton : UIButton { ...@@ -327,7 +327,6 @@ public class MaterialButton : UIButton {
// :name: shrink // :name: shrink
// //
internal func shrink() { internal func shrink() {
// contract
CATransaction.begin() CATransaction.begin()
CATransaction.setAnimationDuration(0.3) CATransaction.setAnimationDuration(0.3)
pulseLayer.hidden = true pulseLayer.hidden = true
......
...@@ -112,7 +112,6 @@ public class MaterialPulseView: MaterialView { ...@@ -112,7 +112,6 @@ public class MaterialPulseView: MaterialView {
// :name: shrink // :name: shrink
// //
internal func shrink() { internal func shrink() {
// contract
CATransaction.begin() CATransaction.begin()
CATransaction.setAnimationDuration(0.3) CATransaction.setAnimationDuration(0.3)
pulseLayer.hidden = true pulseLayer.hidden = true
......
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