Can somebody help, need help in gesture part of je...
# compose
s
Can somebody help, need help in gesture part of jetpack compose https://stackoverflow.com/questions/67752131/long-press-gesture-in-jetpack-compose
z
Easiest way to do that is to apply a scale modifier, and animate the scale value based on the pressed stare
s
Thank you. Will try this
d
The sample code for
updateTransition
may be helpful for your use case - it scales up the content on press: https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary#updateTransition(kotlin.Any,kotlin.String)
❤️ 1
👀 1