daimajia / daimajia/AndroidViewAnimations
Cannot apply correct animation
Open
- Dominant language
- Java
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
hi, I am trying to set up an animation on an ImageView by using Techniques.RotateIn
YoYo.with(Techniques.RotateIn)
.duration(1000)
.interpolate(new AccelerateDecelerateInterpolator())
.playOn(mLoginImage);
The result I expect to have is a self-rotation of the ImageView
unfortunately the result now is like using Techniques.RotateInDownLeft
btw, I am using ButterKnife to do the view injection is this related to the issue?
Here is my XML layout
```
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.