daimajia / daimajia/AndroidViewAnimations
I used it in the WindowManager added View above, but did not produce results, I do not know why
Open
- Dominant language
- Java
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
I used this like this
```
View convertView = mInflater.inflater(R.layout.layout_qr_code, null);
windowManager.addView(convertView, params);
YoYo.with(Techniques.ZoomInRight)
.duration(5000)
.repeat(1)
.playOn(convertView);
```
but I did not see the effect, I hope you will reply to what should I do?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.