Team:NCTU Formosa/source/header-notebook
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
left: 81.25%; | left: 81.25%; | ||
} | } | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | .classname { | |
- | + | -webkit-animation: cssAnimation 2.2163s 16 ease; | |
- | + | -moz-animation: cssAnimation 2.2163s 16 ease; | |
- | + | -o-animation: cssAnimation 2.2163s 16 ease; | |
- | + | } | |
- | + | @-webkit-keyframes cssAnimation { | |
- | } | + | from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(3px); } |
+ | to { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } | ||
+ | } | ||
+ | @-moz-keyframes cssAnimation { | ||
+ | from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(3px); } | ||
+ | to { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } | ||
+ | } | ||
+ | @-o-keyframes cssAnimation { | ||
+ | from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(3px); } | ||
+ | to { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } | ||
+ | } | ||
+ | |||
#cover{ | #cover{ | ||
background-color: #fbfbfb; | background-color: #fbfbfb; |
Revision as of 14:42, 10 October 2014