Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BoomMenu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 黄伟平
  • BoomMenu
  • Wiki
  • Other Animations Attributes for Buttons

Other Animations Attributes for Buttons · Changes

Page history
Updated Other Animations Attributes for Buttons (markdown) authored Jun 21, 2017 by Weiping Huang's avatar Weiping Huang
Hide whitespace changes
Inline Side-by-side
Other-Animations-Attributes-for-Buttons.md
View page @ b77c404d
...@@ -20,6 +20,20 @@ app:bmb_hideDuration="500" ...@@ -20,6 +20,20 @@ app:bmb_hideDuration="500"
app:bmb_frames="60" app:bmb_frames="60"
``` ```
### Cancelable and Auto-Hide
If the `cancelable` property of BMB is `true`, then when after the boom animation of booming, you can re-boom BMB by clicking the background.
If the `autoHide` property of BMB is `true`, then when after the boom animation of booming, you can click one of the boom-buttons to re-boom BMB.
```
bmb.setCancelable(false);
bmb.setAutoHide(false);
```
Or in .xml:
```
app:bmb_cancelable="false"
app:bmb_autoHide="false"
```
### 3D Animation ### 3D Animation
From version 2.1.0, 3D animations of boom-buttons are supported: From version 2.1.0, 3D animations of boom-buttons are supported:
``` ```
......
Clone repository
Chapters
  1. Basic Usage
  2. Simple Circle Button
  3. Text Inside Circle Button
  4. Text Outside Circle Button
  5. Ham Button
  6. Share Style
  7. Custom Position
  8. Button Place Alignments
  9. Different Ways to Boom
  10. Ease Animations for Buttons
  11. Different Order for Buttons
  12. Other Animations Attributes for Buttons
  13. Click Event and Listener
  14. Control BMB
  15. Use BMB in Action Bar
  16. Use BMB in Tool Bar
  17. Use BMB in List
  18. Use BMB in Fragment
  19. Attributes for BMB or Pieces on BMB
  20. Cache Optimization & Boom Area
  21. Change Boom Buttons Dynamically
  22. Fade Views
  23. Version History
  24. Structure for BMB