Hey guys,
I would like to create a button annimation just like the “like button” (heart) on this forum. Any ideas how to do it?
2 Likes
You mean the hear button next to reply? And you want the number 1 or 2, 3 to increment when clicked?
Yeah exactly this button. Incrementing numbers would be cool, but not necessary.
Yeah you would need a database for that. It’s requires custom programming for that. Because it needs to look dynamically at the amount of people who have clicked the heart. That will definitely need custom coding. That’s server side functionality.
What about the animation itself?
Yep, the button itself can be done with interactions, you just couldn’t show the number increment dynamically.