增加基本项目配置
This commit is contained in:
16
node_modules/animate.css/source/attention_seekers/flash.css
generated
vendored
Normal file
16
node_modules/animate.css/source/attention_seekers/flash.css
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
@keyframes flash {
|
||||
from,
|
||||
50%,
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
25%,
|
||||
75% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.flash {
|
||||
animation-name: flash;
|
||||
}
|
Reference in New Issue
Block a user