Skip to content

Instantly share code, notes, and snippets.

View theimpulson's full-sized avatar

Aayush Gupta theimpulson

View GitHub Profile
@theimpulson
theimpulson / shimmer_modifier_compose.kt
Created August 30, 2023 05:52
Modifier extension for shimmer animation in compose
import androidx.compose.animation.core.FastOutSlowInEasing
import androidx.compose.animation.core.RepeatMode
import androidx.compose.animation.core.animateFloat
import androidx.compose.animation.core.infiniteRepeatable
import androidx.compose.animation.core.rememberInfiniteTransition
import androidx.compose.animation.core.tween
import androidx.compose.foundation.background
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember