simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

Timer icon display when timer is running #29

Closed simonalveteg closed 11 months ago

simonalveteg commented 1 year ago

Have primary color when timer running? Or maybe color part of the icon depending on % time remaining? Maybe even color it in a circle, would be cool, using graphicslayer modifier perhaps? Not sure how to do it

simonalveteg commented 11 months ago

Use infinite repeatable with animate color as state to cycle back and forth between white and primary color while timer is running. Control whether animation is running with a simple if statment