ViewPager2_Transformers icon indicating copy to clipboard operation
ViewPager2_Transformers copied to clipboard

ViewPager2 transformers and examples for your android projects

ViewPager2 Page Transformers

An Android library of 33 ViewPager2.PageTransformers for your Android projects with ViewPager2

Read the article on Medium

Add the library to your android project

 allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}   

Add the dependency in the app level build.gradle file

dependencies {
	   implementation 'com.github.CodeBoy722:ViewPager2_Transformers:1.0.0'
	}