AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

problem repeat and delay together

Open skhanbeiki opened this issue 8 years ago • 1 comments

     YoYo.with(Techniques.Pulse)
                .duration(1000)
                .repeat(1000)
                .delay(5000)
                .playOn(view.findViewById(R.id.relFive));

delay not work , repeat and delay together

skhanbeiki avatar Jul 25 '17 11:07 skhanbeiki

Any solution?

muhammadsr avatar Jun 01 '18 01:06 muhammadsr