From 2014.igem.org
(Difference between revisions)
|
|
Line 3: |
Line 3: |
| | | |
| | | |
- | .mo {
| + | |
- | -webkit-animation: cssAnimation 10s 11 ease-in-out;
| + | |
- | -moz-animation: cssAnimation 10s 11 ease-in-out;
| + | |
- | -o-animation: cssAnimation 10s 11 ease-in-out;
| + | |
- | }
| + | |
- | @-webkit-keyframes cssAnimation {
| + | |
- | from { -webkit-transform: rotate(0deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | to { -webkit-transform: rotate(360deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | }
| + | |
- | @-moz-keyframes cssAnimation {
| + | |
- | from { -moz-transform: rotate(0deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | to { -moz-transform: rotate(360deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | }
| + | |
- | @-o-keyframes cssAnimation {
| + | |
- | from { -o-transform: rotate(0deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | to { -o-transform: rotate(360deg) scale(0.805) skew(1deg) translate(0px); }
| + | |
- | }
| + | |
- | | + | |
| Sponsors | | Sponsors |
| .effect { | | .effect { |
Revision as of 10:38, 12 October 2014