diff --git a/skeleton-auto.css b/skeleton-auto.css index 44abe81..2f2d5a8 100644 --- a/skeleton-auto.css +++ b/skeleton-auto.css @@ -92,11 +92,11 @@ @keyframes transitionAnimation { 0% { opacity: 0; - transform: translateY(-10px); + top: -10px; } 100% { opacity: 1; - transform: translateY(0); + top: 0px; } }