ToxicBakery / ViewPagerTransforms

Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
https://toxicbakery.github.io/ViewPagerTransforms/
Apache License 2.0
2.57k stars 487 forks source link

video view issue #66

Closed meghaandroidwmt closed 7 years ago

meghaandroidwmt commented 7 years ago

issue in use it with videoview for display video

when use cubeout transform and display video ,when rotate page it last position video also display in next screen with latest pos video - based on 22f(like if i give 12f it take less portion of screen compare of 22f). because position is used in it view.setRotationY(22f*position );