first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@keyframes flash {
|
||||
50%,
|
||||
from,
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
25%,
|
||||
75% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.flash {
|
||||
animation-name: flash;
|
||||
}
|
||||
Reference in New Issue
Block a user