Skip to content

Instantly share code, notes, and snippets.

View mtwalli's full-sized avatar
🎯
Focusing

Mohamed mtwalli

🎯
Focusing
View GitHub Profile
@mtwalli
mtwalli / Flippable.kt
Last active August 2, 2023 20:23
Card flip in compose upon click
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.tween
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.BoxScope
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.heightIn
import androidx.compose.material3.Card
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue