SVNからのミラー
This commit is contained in:
9
public/static/style-blink.css
Normal file
9
public/static/style-blink.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.blink {
|
||||
animation: blinker 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes blinker {
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user