-
Notifications
You must be signed in to change notification settings - Fork 112
Other Animations Attributes for Buttons (Swift)
Weiping Huang edited this page May 14, 2017
·
5 revisions
Delay, duration, rotate-degrees, frames...
Swift | Objective-C
Set other animation attributes by:
bmb.boomDelay = 0
bmb.reboomDelay = 0
bmb.boomDuration = 1
bmb.reboomDuration = 1
bmb.delay = 0
bmb.duration = 1
bmb.rotateDegree = 8 * CGFloat.pi
bmb.frames = 80 // The higher, the smoother animations the higher performances needed
// Whether use a 3D transform animation when booming or rebooming.
bmb.use3DTransformAnimation = false
3D Animation Demo shows the difference of 3D animation.
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