com.ToxicBakery.viewpager.transforms / ABaseTransformer / hideOffscreenPages

hideOffscreenPages

protected open fun hideOffscreenPages(): Boolean

If the position offset of a fragment is less than negative one or greater than one, returning true will set the fragment alpha to 0f. Otherwise fragment alpha is always defaulted to 1f.

Return