Add AnimatedVerticallySlidingContent for use on both the PaneTopAppBar and TrendsTicker#1359
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new reusable Composable component, AnimatedVerticallySlidingContent, which encapsulates vertical sliding transitions. This component replaces duplicate animation logic and local transition specifications in TrendsTicker and PaneTopAppBar. The review feedback suggests improving the reusability of this new component by exposing AnimatedVisibilityScope as a receiver in its content lambda, and renaming TitleTransform to VerticalSlideTransform to better reflect its generic nature.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.