https://kotlinlang.org logo
Title
u

user

06/29/2022, 6:11 AM
How to Implement Fade In / Fade Out Animation in Horizontal Pager Android Compose Iam designing a Horizontal Pager in Android Jetpack Compose using googles accompanist Pager (implementation "com.google.accompanist:accompanist-pager:0.24.2-alpha"). I Implement this Horizontal Pager Correctly. But I want to change the default Animation of pager from horizontal left/ right swipe to fadein/ fadeout animation. Iam new to compose and i didn't find any useful resources in the internet. If anyone knows this help me to find the correct solutions. Thanks in Advance. val pagerState =...