mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-02 12:20:53 +00:00
added fadein animation
This commit is contained in:
parent
461865de1c
commit
873d6c47b7
@ -56,4 +56,13 @@ export const PULSATE = keyframes`
|
|||||||
50% {
|
50% {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
}
|
}
|
||||||
|
`;
|
||||||
|
|
||||||
|
export const FADE_IN = keyframes`
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
`;
|
`;
|
Loading…
Reference in New Issue
Block a user