User:Mathijs van Oosterhoudt: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
margin-right: auto; | margin-right: auto; | ||
font-family: "Comic Sans MS", cursive, sans-serif; | font-family: "Comic Sans MS", cursive, sans-serif; | ||
/* Chrome, Safari, Opera */ | |||
-webkit-animation-name: myfirst; | |||
-webkit-animation-duration: 5s; | |||
-webkit-animation-timing-function: linear; | |||
-webkit-animation-delay: 2s; | |||
-webkit-animation-iteration-count: infinite; | |||
-webkit-animation-direction: alternate; | |||
-webkit-animation-play-state: running; | |||
/* Standard syntax */ | |||
animation-name: myfirst; | |||
animation-duration: 5s; | |||
animation-timing-function: linear; | |||
animation-delay: 2s; | |||
animation-iteration-count: infinite; | |||
animation-direction: alternate; | |||
animation-play-state: running; | |||
'> | '> | ||
<div style="z-index: 350; position:relative; left: 52%; width: 50%; margin-top: 200px; | <div style="z-index: 350; position:relative; left: 52%; width: 50%; margin-top: 200px; |
Revision as of 12:01, 26 November 2014