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
  • Ease Animations for Buttons

Ease Animations for Buttons · Changes

Page history
Updated Ease Animations for Buttons (markdown) authored Mar 28, 2017 by Weiping Huang's avatar Weiping Huang
Hide whitespace changes
Inline Side-by-side
Ease-Animations-for-Buttons.md
View page @ 905d72d7
......@@ -2,7 +2,7 @@ Use different and cute ease-animations for buttons.
<img src="https://github.com/Nightonke/BoomMenu/blob/master/Pictures/ease-example.gif">
###Ease Animation
### Ease Animation
Ease animation, in other words, time interpolator, defines the rate of change of an animation. This allows animations
to have non-linear motion, such as acceleration and deceleration. Check [cubic-bezier](http://cubic-bezier.com/) to have some funs about ease animations.
......@@ -72,7 +72,7 @@ In BMB, for each boom-button, there are 6 kinds of animation when booming or re-
```
The default value is `EaseEnum.EaseInBack`
###Ease Enum
### Ease Enum
There are 31 kinds of ease animations. Check the [EaseEnum](https://github.com/Nightonke/BoomMenu/blob/master/boommenu/src/main/java/com/nightonke/boommenu/Animation/EaseEnum.java) file to try all the enums or in .xml:
```
<enum name="inSine" value="0"/>
......
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. Button Place Alignments
  8. Different Ways to Boom
  9. Ease Animations for Buttons
  10. Different Order for Buttons
  11. Other Animations Attributes for Buttons
  12. Click Event and Listener
  13. Control BMB
  14. Use BMB in Action Bar
  15. Use BMB in List
  16. Use BMB in Fragment
  17. Attributes for BMB or Pieces on BMB
  18. Cache Optimization & Boom Area
  19. Version History
  20. Structure for BMB