Found a very easy way to get the custom Pager comp...
# compose
t
Found a very easy way to get the custom Pager composable from the JetCaster sample app to auto-select pages in a delayed coroutine with an animating offset. All I really had to do was expose a method to control the Animatable
_currentPageOffset
🤷‍♂️ . Responds and resets to drag input. Published a gist here https://gist.github.com/TonyKazanjian/421d749f018503208534409982f93f38, if anyone has any feedback on how I could make this better, that would be awesome. Edit: and thanks to @GurpreetSK's ComposeCookBook for help as well
👍 3