TrendingTechnology / PulseAnimation

Pules Button Animation with SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PulseAnimation

Pulse Button Animation with SwiftUI

plus plus person info Screenshot 2021-03-22 at 9 48 36 PM Screenshot 2021-03-22 at 10 03 14 PM

I have created PJRPulseButton which will generate a pulse animation for the button. Provided an example as well.

How to use?

It is very simple, you can use PJRPulseButton file in any class just like PJRPulseButton(). It will craeate a default button animation with plus button image.

plusBtnAnimation.mov

You can customize it with different colors, image, animation duration, button size and number of outer circles.

Example: PJRPulseButton(color: Color.red, systemImageName: "heart.circle.fill", buttonWidth: 48, numberOfOuterCircles: 2, animationDuration: 1)

heartBtnAnimation.mov

License

Paritosh Raval

About

Pules Button Animation with SwiftUI

License:Apache License 2.0


Languages

Language:Swift 100.0%