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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2321913003: Old and new about pages: simplify product logo animation code (Closed)
Patch Set: happify closure Created 4 years, 3 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
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 8f813e09a84ba31b7eb94735a66295b919bcc2f1..72380ebadf2b95bc2ef663ba41385ebaff2fe014 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -35,14 +35,6 @@
margin-top: auto;
}
- @-webkit-keyframes spin {
- to { transform: rotate(-10turn); }
- }
-
- #product-logo.spin {
- -webkit-animation: spin 500ms cubic-bezier(1, 0, 0, 1) forwards;
- }
-
img {
-webkit-margin-end: 10px;
}
« no previous file with comments | « chrome/browser/resources/options/compiled_resources.gyp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698