-
Notifications
You must be signed in to change notification settings - Fork 112
Different Ways to Boom (Swift)
Weiping Huang edited this page May 13, 2017
·
4 revisions
Different animations when the buttons boom or re-boom.
Swift | Objective-C
To make BMB boom more vivider and more interesting, you can choose the following boom-enums by:
bmb.boomEnum = .horizontalThrow1
The default value is BoomEnum.horizontalThrow2
, check the effects and enums below:
-
BoomEnum.straightLine
-
BoomEnum.parabola1
-
BoomEnum.parabola2
-
BoomEnum.parabola3
-
BoomEnum.parabola4
-
BoomEnum.horizontalThrow1
-
BoomEnum.horizontalThrow2
-
BoomEnum.random
Home
Chapters
- Basic Usage
- Simple Circle Button
- Text Inside Circle Button
- Text Outside Circle Button
- Ham Button
- Share Style
- Custom Position
- Button Place Alignments
- Different Ways to Boom
- Ease Animations for Buttons
- Different Order for Buttons
- Other Animations Attributes for Buttons
- Click Event and Listener
- Control BMB
- Use BMB in Navigation Bar
- Use BMB in Table View
- Attributes for BMB or Pieces on BMB
- Cache Optimization & Boom Area
- Change Boom Buttons Dynamically
- Blur Background & Tip
- Fade Views
- Structure of BMB
- Version History