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

Side by Side Diff: chrome/test/data/extensions/samples/gmail/styles.css

Issue 99172: Part 1 of sample sprucing. (Closed)
Patch Set: Added buildbot.crx, since that seems like something people might want to install. Created 11 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 .base-flip {
2 opacity: 1;
3 }
4
5 .mid-flip {
6 opacity: .1;
7 color:red;
8 -webkit-transform: rotate(180deg) scale(1.3);
9 -webkit-transition: all .5s ease-in;
10 }
11
12 .post-flip {
13 opacity: 1;
14 -webkit-transform: rotate(360deg) scale(1);
15 -webkit-transition: all .5s ease-out;
16 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/gmail/manifest.json ('k') | chrome/test/data/extensions/samples/resizer/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698