Commit 6f5aa6bc by Daniel Dahan

working on SideNavigationViewController

parent 6c8ac863
......@@ -399,7 +399,7 @@ public class MaterialButton : UIButton {
self.pulseLayer.position = point
self.pulseLayer.cornerRadius = r / d
})
pulseLayer.addAnimation(MaterialAnimation.scale(pulseFill ? 3 * d : d, duration: t), forKey: nil)
pulseLayer.addAnimation(MaterialAnimation.scale(pulseFill ? 3 * d : 1.5 * d, duration: t), forKey: nil)
}
if pulseScale {
......
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