fix css sample
This commit is contained in:
parent
82a930053b
commit
4ff215fb72
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue