diff --git a/src/components/Form.vue b/src/components/Form.vue
index 19f08c5a29c63a7cc1af400168a156ea40e03c15..c90f3cfbb7c38c67db60c384e1e7d9980728d39c 100644
--- a/src/components/Form.vue
+++ b/src/components/Form.vue
@@ -9,7 +9,7 @@ import jsonDraft from "../assets/job.json";
 
 function startAnimation() {
   emit("playLottie", true);
-  emit("pauseLottie", true);
+  emit("pauseLottie", false);
 }
 
 function pauseAnimation() {