Team:Arizona State/Template:Test
From 2012.igem.org
(Difference between revisions)
Line 25: | Line 25: | ||
.photobanner img { | .photobanner img { | ||
- | -webkit-transition: all | + | -webkit-transition: all 30s ease; |
- | -moz-transition: all | + | -moz-transition: all 30s ease; |
- | -o-transition: all | + | -o-transition: all 30s ease; |
- | -ms-transition: all | + | -ms-transition: all 30s ease; |
- | transition: all | + | transition: all 30s ease; |
} | } | ||
Line 48: | Line 48: | ||
/*keyframe animations*/ | /*keyframe animations*/ | ||
.first { | .first { | ||
- | -webkit-animation: bannermove | + | -webkit-animation: bannermove 30s linear infinite; |
- | -moz-animation: bannermove | + | -moz-animation: bannermove 30s linear infinite; |
- | -ms-animation: bannermove | + | -ms-animation: bannermove 30s linear infinite; |
- | animation: bannermove | + | animation: bannermove 30s linear infinite; |
} | } | ||
Revision as of 07:06, 24 October 2012