AndroidViewAnimations
AndroidViewAnimations copied to clipboard
I used it in the WindowManager added View above, but did not produce results, I do not know why
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?