Open GauravCreed opened 5 years ago
Hello @GauravCreed,
not sure why you pinged me, I haven't used the lib in a long time.
Have a great day!
Hi. i am using like this. is there any problem with this.
kbv.setImageResource(Utils.getRandom(Utils.images));
RandomTransitionGenerator generator = new RandomTransitionGenerator();
kbv.setTransitionGenerator(generator);
and in this what value of interpolator?
RandomTransitionGenerator generator = new RandomTransitionGenerator(duration, interpolator);
Thanks. (_)
Hi @flavioarfaria
any one can help me? Thanks. (_)
Hi @GauravCreed,
The transitions are generated randomly. If you want to determine exactly how transitions should behave, you should follow these hints.
Hi @alaeri
is there any way to change animation on aniamtion complete and also change image with time duration?
Thanks (_)