Join Slack
Powered by
I am trying to replicate the Instagram like button...
# compose
v
vipulasri
09/06/2020, 7:54 AM
I am trying to replicate the Instagram like button animation, little confused how to proceed with compose animations. I can use ObjectAnimator if I had to implement it in a traditional way. Can anybody guide me on this?
d
Doris Liu
09/10/2020, 12:26 AM
Here's an example of animating a green square with press gesture:
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/GestureBasedAnimationDemo.kt
It should be similar to what you are trying to achieve. :)
Open in Slack
Previous
Next