diff --git a/semag/star/index.html b/semag/star/index.html
index 8fd87afe..9967dc43 100644
--- a/semag/star/index.html
+++ b/semag/star/index.html
@@ -35,7 +35,7 @@ font-family: 'Press Start 2P', sans-serif;
height:80%;
}
- .star:active {
+ /* .star:active {
-webkit-animation: scale-up-center 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
animation: scale-up-center 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@@ -78,7 +78,7 @@ font-family: 'Press Start 2P', sans-serif;
-webkit-transform: scale(1);
transform: scale(1);
}
-}
+} commented out */