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:
committed by
Elias Schneider
parent
b71c84c355
commit
c726c1621b
BIN
backend/cmd/pocket-id
Executable file
BIN
backend/cmd/pocket-id
Executable file
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user