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)
Request for new functionality
View staffing
Description
Using
AnimatedContent
/AnimatedVisibility
, it would be desirable to allow for a custom enter or exit transition.Right now (as of Compose 1.8) its not possible to extend and create your own Enter / Exit transition.
For example, it'd be desirable to be able to create a custom graphics layer effect (ie set the pivot point or a shader effect). Or to be able to create something like a tintIn() and tintOut() effect.
Would it be possible to expose a way to create custom effects?