Hello, Kustom community!
I’m trying to create a simple animation in KLWP for a refresh icon.
I want the animation to:
Play only once when I tap the icon.
Not reverse direction (always animate forward, e.g., clockwise rotation).
Automatically reset after playing, so that the very next single tap will trigger the animation again from the beginning (in the same direction).
Essentially, I need a reliable way to make a single tap start a one-time animation, and then have it ready for the next single tap without requiring any “reset” or “second tap” from the user.
Is this achievable in KLWP, and if so, what’s the recommended approach?