mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-07-31 03:45:34 +00:00
Update fire-animation.css
This commit is contained in:
parent
5c559f9652
commit
bf6c0887d6
@ -8,7 +8,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 130px; /* Overall height of the animation area */
|
height: 130px; /* Overall height of the animation area */
|
||||||
overflow: hidden; /* Hide parts extending beyond the container */
|
/* overflow: hidden; */ /* Hide parts extending beyond the container */
|
||||||
background-color: #270537; /* Optional: Add a background */
|
background-color: #270537; /* Optional: Add a background */
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
@ -220,4 +220,4 @@
|
|||||||
70% { transform: scaleY(1) translateY(-3px); opacity: 1; } /* 10/4 -> 2.5 -> 3 */
|
70% { transform: scaleY(1) translateY(-3px); opacity: 1; } /* 10/4 -> 2.5 -> 3 */
|
||||||
75% { transform: scaleY(1) translateY(-3px); opacity: 0; }
|
75% { transform: scaleY(1) translateY(-3px); opacity: 0; }
|
||||||
100% { transform: scaleY(0) translateY(0); opacity: 0; }
|
100% { transform: scaleY(0) translateY(0); opacity: 0; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user