Skip to content

Instantly share code, notes, and snippets.

View gavelez's full-sized avatar

Giovanny Velez gavelez

View GitHub Profile
@alexjlockwood
alexjlockwood / PlayingWithPaths.kt
Last active June 18, 2021 18:42
Implementation of a 'Playing with Paths' polygon animation
package com.alexjlockwood.playingwithpaths
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.compose.animation.animatedFloat
import androidx.compose.animation.core.AnimationConstants
import androidx.compose.animation.core.LinearEasing
import androidx.compose.animation.core.repeatable
import androidx.compose.animation.core.tween
import androidx.compose.foundation.Image