flavioarfaria / KenBurnsView

Android ImageViews animated by Ken Burns Effect
Apache License 2.0
2.74k stars 437 forks source link

I'm having Problem in with KenBurnsView and viewpager. #55

Open chnouman opened 6 years ago

chnouman commented 6 years ago

My scenario is actually i'm using this kenBurnsView in collapsing toolbar and bellow collapsing toolbar i have viewpager and tablayout. I'm changing the image as

mViewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener() {
            @Override
            public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
                changeHeaderImage(position);
            }

the problem is when i touch the screen for swiping viewpager image moves arbitrarily until i stop touching it.