Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
+ | |||
+ | .mo { | ||
+ | -webkit-animation: cssAnimation 5s 11 ease-in-out; | ||
+ | -moz-animation: cssAnimation 5s 11 ease-in-out; | ||
+ | -o-animation: cssAnimation 5s 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 | ||
.effect { | .effect { | ||
left: -100%; | left: -100%; |
Revision as of 14:59, 10 October 2014