Keyframes can share values
This commit is contained in:
parent
87dcd881e3
commit
6593e25de6
1 changed files with 3 additions and 8 deletions
|
|
@ -13,16 +13,11 @@
|
|||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% {
|
||||
0%, 40% {
|
||||
opacity: 0;
|
||||
}
|
||||
40% {
|
||||
opacity: 0;
|
||||
}
|
||||
40.5% {
|
||||
opacity: 1
|
||||
}
|
||||
100% {
|
||||
|
||||
40.5%, 100% {
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue