TakuSemba / Spotlight

Android Library that lights items for tutorials or walk-throughs etc...
Apache License 2.0
3.63k stars 363 forks source link

disable out animation #128

Open TheRealTechWiz opened 2 years ago

TheRealTechWiz commented 2 years ago

currently the animation includes animation while showing the element and animation while moving away from that element. Is there any way I can disable the out animation

cmy82 commented 2 years ago

Change the repeat mode from REVERSE to something else so it loops the same thing over or stops after completion.