{"title":"Final Form: Anime World","description":"\u003cdiv style=\"padding:0; text-align:center;\"\u003e\n\n  \u003cp id=\"typing-text\" style=\"\n    color:#9ca3af;\n    font-size:18px;\n    letter-spacing:0.5px;\n    border-right:2px solid #9ca3af;\n    display:inline-block;\n    padding-right:5px;\n    white-space:nowrap;\n    overflow:hidden;\n    margin:0;\n  \"\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst texts = [\n  \"Break the timeline. Own every universe.\",\n  \"Fear nothing. Become the night.\",\n  \"This is your final form.\",\n  \"Retry. Reload. Dominate.\"\n];\n\nlet textIndex = 0;\nlet charIndex = 0;\nlet isDeleting = false;\nconst speed = 60;\nconst eraseSpeed = 30;\nconst delay = 1500;\n\nfunction typeEffect() {\n  const currentText = texts[textIndex];\n  const display = document.getElementById(\"typing-text\");\n\n  if (!isDeleting) {\n    display.textContent = currentText.substring(0, charIndex++);\n    if (charIndex \u003e currentText.length) {\n      isDeleting = true;\n      setTimeout(typeEffect, delay);\n      return;\n    }\n  } else {\n    display.textContent = currentText.substring(0, charIndex--);\n    if (charIndex === 0) {\n      isDeleting = false;\n      textIndex = (textIndex + 1) % texts.length;\n    }\n  }\n\n  setTimeout(typeEffect, isDeleting ? eraseSpeed : speed);\n}\n\ntypeEffect();\n\u003c\/script\u003e","products":[],"url":"https:\/\/bydshop.in\/collections\/final-form-anime-world.oembed","provider":"beyond.","version":"1.0","type":"link"}