merge with expressions branch
diff --git a/player/index.html b/player/index.html
index 4cc41fa..b9c2590 100644
--- a/player/index.html
+++ b/player/index.html
@@ -194,7 +194,7 @@
         container: elem,
         renderer: 'svg',
         loop: true,
-        autoplay: true,
+        autoplay: false,
         rendererSettings: {
             progressiveLoad:false,
             imagePreserveAspectRatio: 'xMidYMid meet'
@@ -204,7 +204,7 @@
     anim = lottie.loadAnimation(animData);
     anim.addEventListener('DOMLoaded', function() {
         setTimeout(function() {
-            anim.goToAndStop(150, true);
+            anim.goToAndStop(400, true);
         }, 100)
     })
     // anim.setSubframe(false);