Skip to content

Instantly share code, notes, and snippets.

View theAnkitK's full-sized avatar

Ankit Kumar theAnkitK

View GitHub Profile
@theAnkitK
theAnkitK / GradientAlongPathAnimation.kt
Created November 2, 2025 03:34 — forked from riggaroo/GradientAlongPathAnimation.kt
Gradient along a path using path.flatten in Compose, Inspired by William Candillon https://youtu.be/7SCzL-XnfUU, this uses Jetpack Compose to draw a gradient along a path https://github.com/wcandillon/can-it-be-done-in-react-native/tree/master/bonuses/skia-examples/src/PathGradient
package androidx.compose.samples.animationfactory
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.infiniteRepeatable
import androidx.compose.animation.core.tween
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.aspectRatio
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.padding