Skip to content

Commit

Permalink
* README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rommansabbir committed Jun 27, 2020
1 parent b9f856c commit d57d145
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Step 2. Add the dependency
| Releases
| ------------- |
| 1.0 |
| 1.0.1 |

# Usages
/**
Expand Down Expand Up @@ -90,8 +91,8 @@ Step 2. Add the dependency
/**
* On the other hand, if you want to show animation manually
*/
AnimationX.setDuration(2000)
.setAnimation(Attention.bounce(imageView, AnimationX.getNewAnimatorSet())).start()
AnimationX().setDuration(2000)
.setAnimation(Attention.bounce(imageView, AnimationX().getNewAnimatorSet())).start()



Expand Down

0 comments on commit d57d145

Please sign in to comment.