feat: 添加注释
This commit is contained in:
@@ -89,9 +89,14 @@ body {
|
||||
.copy-toast {
|
||||
animation: fadeIn 0.15s ease, fadeOut 0.15s ease 0.85s forwards;
|
||||
}
|
||||
@keyframes fadeOut { to { opacity: 0; transform: translateY(-4px); } }
|
||||
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } }
|
||||
@keyframes slideIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
|
||||
@keyframes fadeOut { to { opacity: 0; transform: translateY(-4px); } }
|
||||
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } }
|
||||
@keyframes slideIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
|
||||
@keyframes toastIn { from { opacity:0; transform:translateY(12px) scale(0.95); } to { opacity:1; transform:translateY(0) scale(1); } }
|
||||
@keyframes dropIn { from { opacity:0; transform:translateY(-6px) scale(0.98); } to { opacity:1; transform:translateY(0) scale(1); } }
|
||||
|
||||
.animate-toast-in { animation: toastIn 0.2s cubic-bezier(0.34,1.56,0.64,1); }
|
||||
.animate-fade-in { animation: dropIn 0.15s ease; }
|
||||
|
||||
/* ── Input ───────────────────────────────────────────── */
|
||||
.search-input {
|
||||
|
||||
Reference in New Issue
Block a user