summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/gmail/styles.css
blob: 5587c1fb05b908eff33ebd27e26076c386c005da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.base-flip {
  opacity: 1;
}

.mid-flip {
  opacity: .1;
  color:red;
  -webkit-transform: rotate(180deg) scale(1.3);
  -webkit-transition: all .5s ease-in;
}

.post-flip {
  opacity: 1;
  -webkit-transform: rotate(360deg) scale(1);
  -webkit-transition: all .5s ease-out;
}