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

Unified Diff: tools/perf/page_sets/tough_animation_cases/resources/transition.css

Issue 399393002: Add CSS Transitions performance tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Appease linter Created 6 years, 2 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 | « tools/perf/page_sets/tough_animation_cases/resources/tablet.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_animation_cases/resources/transition.css
diff --git a/chrome/browser/resources/options/hotword_confirm_overlay.css b/tools/perf/page_sets/tough_animation_cases/resources/transition.css
similarity index 78%
copy from chrome/browser/resources/options/hotword_confirm_overlay.css
copy to tools/perf/page_sets/tough_animation_cases/resources/transition.css
index ef7288ffa659d8d4e03ea135566c2bb7689767f3..a1756c4962d053b1dbd790c536b39f2bbf703432 100644
--- a/chrome/browser/resources/options/hotword_confirm_overlay.css
+++ b/tools/perf/page_sets/tough_animation_cases/resources/transition.css
@@ -3,6 +3,6 @@
* found in the LICENSE file.
*/
-#hotword-confirm-overlay {
- width: 500px;
+target {
+ transition: opacity 1000ms linear;
}
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases/resources/tablet.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698