I spent hours to implement this, but still can’t…
Android, Jetpack Compose. I have Text() on a screen with initial alpha 20%. By clicking on it – I need to show animation with alpha from 100% back to 20%. And every time user clicks on Text() – it should animate from 100% to 20%.
Can anybody help me with this?