mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL uses CSS transition to add an implicit animation between purple ActionBar and the light grey "search" action bar. It's unclear to me how best to create implicit animations in this system, but using a CSS transition works surprisingly well. Also, fix the typography style for the placeholder in the search box. Previously it was white on Grey[50], which was extremely hard to see. R=rafaelw@chromium.org Review URL: https://codereview.chromium.org/1036783002