Skip to content

Commit 6dbc9b5

Browse files
Update README.md
1 parent 29d5ece commit 6dbc9b5

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,25 @@ extension ButtonClick {
7474

7575
6) Add animation value `animationTypeValue` - meaning means for some types - alpha or power
7676

77-
- "Hide .Alpha/.Flash" - will change alpha for "self.view" from 0.0 to 1.0
78-
- "Add .Shadow/.Color/.ColorFlat" - will change alpha for "add.view" from 0.0 to 1.0
79-
- "Move .Pulsate/.Press/.Shake" - will change the strength of movement for "self.view" from 0.0 to 1.0
80-
- "TapGesture .Fave/.AndroidClickable" - will increase bubble radius
81-
- "Loading .Glare" - no change
77+
- "Hide .Alpha/.Flash"
78+
will change alpha for "self.view" from 0.0 to 1.0
79+
80+
- "Add .Shadow/.Color/.ColorFlat"
81+
will change alpha for "add.view" from 0.0 to 1.0
82+
83+
- "Move .Pulsate/.Press/.Shake"
84+
will change the strength of movement for "self.view" from 0.0 to 1.0
85+
86+
- "TapGesture .Fave/.AndroidClickable"
87+
will increase bubble radius
88+
89+
- "Loading .Glare"
90+
no change
8291

8392
<!-- ![image](https://github.com/mrustaa/GifPresentations/blob/master/ButtonClickStyle/ui3.gif) -->
8493

94+
## Init Programmatically
95+
8596
7) If initializing programmatically
8697
There is a property `addViews` - allows you to pass views / layers
8798
which you definitely want to use in the click animation only
@@ -149,6 +160,10 @@ class ViewController: UIViewController {
149160

150161
![image](https://github.com/mrustaa/GifPresentations/blob/master/ButtonClickStyle/ui3.gif)
151162

163+
## Author
164+
165+
<motionrustam@gmail.com> 📩| [mrustaa](https://github.com/mrustaa/)
166+
152167
## License
153168

154169
ButtonClickStyle is released under the MIT license.

0 commit comments

Comments
 (0)