Tag: Animated

How to make an Animated Charge Bar

Objective: Create a bar that’ll charge up using IPointerHandler events! There are some event system’s that we can use from Unity with the UI system. Here are some of the supported events. Supported Events The Event System supports a number of events, and they can be customized f...

Creating an Animated Counter Button in Jetpack Compose

I recently needed to create a counter button for a simple app. Browsing the internet for inspiration, I stumbled across this design on Dribble by Ehsan Rahimi. Deciding it would be a good challenge to re-create it in Compose, I started playing around with it. Let’s build it together one s...