{"title":"Multiverse Mayhem: Marvel Editions","description":"\u003cdiv style=\"padding:0; text-align:center;\"\u003e\n\n  \u003cp id=\"typing-text-marvel\" 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 textsMarvel = [\n  \"Power across timelines. Chaos without limits.\",\n  \"Every universe. One attitude.\",\n  \"Built for heroes who break reality.\",\n  \"Own the multiverse.\"\n];\n\nlet textIndexM = 0;\nlet charIndexM = 0;\nlet isDeletingM = false;\n\nconst speedM = 60;\nconst eraseSpeedM = 30;\nconst delayM = 1500;\n\nfunction typeEffectMarvel() {\n  const currentText = textsMarvel[textIndexM];\n  const display = document.getElementById(\"typing-text-marvel\");\n\n  if (!isDeletingM) {\n    display.textContent = currentText.substring(0, charIndexM++);\n    if (charIndexM \u003e currentText.length) {\n      isDeletingM = true;\n      setTimeout(typeEffectMarvel, delayM);\n      return;\n    }\n  } else {\n    display.textContent = currentText.substring(0, charIndexM--);\n    if (charIndexM === 0) {\n      isDeletingM = false;\n      textIndexM = (textIndexM + 1) % textsMarvel.length;\n    }\n  }\n\n  setTimeout(typeEffectMarvel, isDeletingM ? eraseSpeedM : speedM);\n}\n\ntypeEffectMarvel();\n\u003c\/script\u003e","products":[],"url":"https:\/\/bydshop.in\/collections\/multiverse-mayhem-marvel-editions.oembed","provider":"beyond.","version":"1.0","type":"link"}