1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 16:49:42 +00:00

fix: animation speed set to max of 300ms

This commit is contained in:
Kyle Mendell
2025-05-19 11:29:48 -05:00
committed by Elias Schneider
parent b71c84c355
commit c726c1621b
2 changed files with 1 additions and 1 deletions

BIN
backend/cmd/pocket-id Executable file

Binary file not shown.

View File

@@ -48,7 +48,7 @@
opacity: 0;
transform: translateY(10px);
animation-delay: calc(var(--animation-delay, 0ms) + 0.1s);
animation: fadeIn 0.8s ease-out forwards;
animation: fadeIn 0.3s ease-out forwards;
will-change: opacity, transform;
}
</style>