Fórum Animação CSS #448698
16/07/2013
0
html
<html> <head> <title>Título da página</title> <link href="estilo_01.css" rel="stylesheet" type="text/css" /> </head> <body class="aula26"> <div> qualquer texto </div> </body> </html>
css
@Keyframes animacaoAula26 {
0% {
background: black;
width: 100px;
position: absolute;
top: 5px;
left: 5px;
}
25% {
background: blue;
width: 150px;
position: absolute;
left: 400px;
}
50% {
background: red;
}
75% {
background: yellow;
top:200px;
}
100% {
background: green;
}
}
Roniere Almeida
Curtir tópico
+ 0Posts
17/07/2013
Marcelo Pastore
Gostei + 0
17/07/2013
Roniere Almeida
Gostei + 0
17/07/2013
Marcelo Pastore
Gostei + 0
17/07/2013
Roniere Almeida
vlw!!!
Gostei + 0
17/07/2013
Roniere Almeida
vlw!!!
Gostei + 0
17/07/2013
Marcelo Pastore
Gostei + 0
17/07/2013
Joel Rodrigues
Gostei + 0
18/07/2013
Roniere Almeida
Gostei + 0
18/07/2013
Joel Rodrigues
Gostei + 0
19/07/2013
Joel Rodrigues
Gostei + 0
22/07/2013
Marcelo Pastore
me lembrei disso tarde, hahahaha
Gostei + 0
22/07/2013
Roniere Almeida
pq o opera fica de fora?
Gostei + 0
22/07/2013
Joel Rodrigues
Por isso surgiram os prefixos criados pelos fabricantes para permitir o uso de algumas coisas em seus browsers.
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)