Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.2.0-beta01
Jetpack Compose component used: Box, Text, AnimationState,
Android Studio Build: 2021.1.1 Patch 2
Kotlin version: 1.6.21
Only reproducible on Android emulators with API 21 and 22.
The following code animates the
Text
alpha on eachButton
click. When alpha is animated from 1 to 0,Text
blinks at the very end of the animation, when the value reaches 0. E.g.Text
is fully visible again just for a moment, and then disappears completely.