Compose Shimmer

by Habib Kazemi

A Jetpack compose modifier to add a shimmering effect to any composable.

View on GitHub

Documentation

Shimmer

compose-shimmer

A Jetpack compose modifier to add a shimmering effect to any widget.

MyComponent( modifier = Modifier.shimmer() )
Compatible with Compose version 1.0.0-alpha09

Download

Available through jitpack.

Add the maven repo to your root build.gradle

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

Add the dependency:

dependencies {
    implementation 'com.github.kazemihabib:compose-shimmer:1.0.1'
}
Dispatch Newsletter
Be the first to discover new Compose libraries
Curated Insights
Digest in 5 minutes or less
Android Analysis
Entertaining takes on happenings
Insider Tips
From top Android developers
Hidden Gems
You won't find elsewhere
"
"Dispatch is a must read for Android devs today and my go-to for keeping up with all things Jetpack Compose. I eagerly await each issue, not just for the Compose gems honestly but for Vinay's unique insights, stories, and finds. The Dev Delight and Featured Dev sections are particular favorites of mine! He really should do a podcast."
— Kaushik Gopal
Principal Engineer @ Instacart | Host of the Fragmented Podcast | GDE for Android
Join thousands of Android devs who look forward to Dispatch every week