fix hitching & add in frames for all fetched content
This commit is contained in:
@@ -61,6 +61,14 @@
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow0);
|
||||
transition-duration: 100ms;
|
||||
animation-name: goIn;
|
||||
animation-duration: 200ms;
|
||||
@keyframes goIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translate(0, 16px);
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 128px;
|
||||
max-width: 156px;
|
||||
|
||||
Reference in New Issue
Block a user