Nightonke/WoWoViewPager

animations reset when I pause the app

Closed this issue · 2 comments

Hi,
even in sample app if I go to second page then touch home button on device, and then return to app again, animation in first page get something odd! try it!

I will try and fix this. Thanks for reporting.

Hi, I found out why it occurs, we add animation onWindowsFocusChanged, if we add them in OnCreate method the problem will disappear. because OnWindowsFocusChanged is called several time.