mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
🎉 radiosを追加
This commit is contained in:
9
scss/utilities/animations.scss
Normal file
9
scss/utilities/animations.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes blink {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user