A set of extension functions for Jetpack Compose that add fading edge effects to scrollable containers. Currently tested on Row, Column, LazyRow, and LazyColumn.
See FadingEdge.kt for the implementation.
- Clones the look and behavior of Android View's
requiresFadingEdge
. - Includes a demo app, showcasing the extensions.