Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 592 Bytes

Compose Fading Edge Extensions

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.

Features

  • Clones the look and behavior of Android View's requiresFadingEdge.
  • Includes a demo app, showcasing the extensions.
demo.mp4