{"title":"Knightfall Society DC-Editions","description":"\u003cdiv style=\"padding:0; text-align:center;\"\u003e\n\n  \u003cp id=\"typing-text-dc\" style=\"\n    color:#9ca3af;\n    font-size:18px;\n    letter-spacing:1px;\n    border-right:2px solid #6b7280;\n    display:inline-block;\n    padding-right:6px;\n    white-space:nowrap;\n    overflow:hidden;\n    margin:0;\n    text-transform:uppercase;\n  \"\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst textsDC = [\n  \"Silence. Shadows. Power.\",\n  \"Justice lives in the dark.\",\n  \"Fear is your greatest weapon.\",\n  \"Become the night.\"\n];\n\nlet textIndexD = 0;\nlet charIndexD = 0;\nlet isDeletingD = false;\n\nconst speedD = 70;\nconst eraseSpeedD = 35;\nconst delayD = 1800;\n\nfunction typeEffectDC() {\n  const currentText = textsDC[textIndexD];\n  const display = document.getElementById(\"typing-text-dc\");\n\n  if (!isDeletingD) {\n    display.textContent = currentText.substring(0, charIndexD++);\n    if (charIndexD \u003e currentText.length) {\n      isDeletingD = true;\n      setTimeout(typeEffectDC, delayD);\n      return;\n    }\n  } else {\n    display.textContent = currentText.substring(0, charIndexD--);\n    if (charIndexD === 0) {\n      isDeletingD = false;\n      textIndexD = (textIndexD + 1) % textsDC.length;\n    }\n  }\n\n  setTimeout(typeEffectDC, isDeletingD ? eraseSpeedD : speedD);\n}\n\ntypeEffectDC();\n\u003c\/script\u003e","products":[],"url":"https:\/\/bydshop.in\/collections\/knightfall-society-dc-editions.oembed","provider":"beyond.","version":"1.0","type":"link"}