fix css sample

This commit is contained in:
Fabian Jakobs 2011-12-05 16:01:41 +01:00
commit 4ff215fb72

View file

@ -4,13 +4,11 @@
cursor: text;
}
.blinker {
animation-duration: 1s;
animation-name: blink;
animation-iteration-count: infinite;
nimation-direction: alternate;
animation-direction: alternate;
animation-timing-function: linear;
}
@ -19,10 +17,10 @@
opacity: 0;
}
40% {
opacity: 0;
opacity: 0;
}
40.5% {
opacity: 1
opacity: 1
}
100% {
opacity: 1