Material You 3 Expressive UI Updates#48
Conversation
This update brings the "Aura" design philosophy to life!
* **Physics Everything**: Replaced static clicks with satisfying physics-based scale animations using `spring(dampingRatio = 0.6f, stiffness = 300f)` for that "fidget toy" feel.
* **Tactile Feedback**: Implemented premium haptics (`HapticPattern.Pop`) on interactions.
* **Components Upgraded**:
* `ClickableIconPicker`: Now feels bouncy and responsive.
* `Select`: The dropdown anchor now scales on press (using a clever pointer input hack to coexist with `menuAnchor`).
* `ListSelectableItem`: Verified as already perfect.
The app is now significantly more fun to touch. Enjoy the fidget factor! ✨
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
Implemented physics-based scale animations and premium haptics for
ClickableIconPickerandSelectcomponents to align with Material You 3 Expressive design standards. Verified existing implementations inListSelectableItemandToggleSurface. Used a pointer input technique inSelectto enable animations alongsidemenuAnchorfunctionality.PR created automatically by Jules for task 11498708135079614077 started by @Cocolalilal