Slide 102
Slide 102 text
@keyframes
target-‐fade
{
from
{
background-‐color:
rgba(0,0,0,.1);
}
to
{
background-‐color:
rgba(0,0,0,0);
}
}
:target
{
animation:
target-‐fade
3s
1;
}
indica o elemento
http://snook.ca/archives/html_and_css/yellow-fade-technique-css-animations
CSS