@@ -74,14 +74,25 @@ extension ButtonClick {
7474
75756 ) 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<!--  -->
8493
94+ ## Init Programmatically
95+
85967 ) If initializing programmatically
8697There is a property ` addViews ` - allows you to pass views / layers
8798which 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
154169ButtonClickStyle is released under the MIT license.
0 commit comments