Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: sky/framework/components/action_bar.dart

Issue 1036783002: Add an implict animation between ActionBar backgrounds (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/framework/components/input.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/action_bar.dart
diff --git a/sky/framework/components/action_bar.dart b/sky/framework/components/action_bar.dart
index 7b8cdbc0ac345bd28abd826d19dc7483d5b6f8ce..2abdc0d01e5597dda035a33ec2413d82da6386ba 100644
--- a/sky/framework/components/action_bar.dart
+++ b/sky/framework/components/action_bar.dart
@@ -12,6 +12,7 @@ class ActionBar extends Component {
align-items: center;
height: 56px;
padding: 0 8px;
+ transition: background-color 0.3s;
padding-top: ${kStatusBarHeight}px;
box-shadow: ${Shadow[2]};''');
« no previous file with comments | « no previous file | sky/framework/components/input.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698