Skip to content

Commit 049b314

Browse files
Update skeleton-auto.css
1 parent d06f6af commit 049b314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skeleton-auto.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
@keyframes transitionAnimation {
9292
0% {
9393
opacity: 0;
94-
transform: translateY(-10px);
94+
top: -10px;
9595
}
9696
100% {
9797
opacity: 1;
98-
transform: translateY(0);
98+
top: 0px;
9999
}
100100
}
101101

0 commit comments

Comments
 (0)