mattboldt/typed.js

The cursor display is abnormal during use, how to solve it

better-pz opened this issue · 2 comments

Description

The cursor display is abnormal during use, how to solve it,See the demo below for detail
Hope it helps, thank you very much

Demo

<title>Typed.js Example</title> <script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<script> var typed = new Typed("#typed", { strings: ["
  1. testhttps://unpkg.com/typed.js@2.0.16/dist/typed.umd.jshttps://unpkg.com/typed.js@2.0.16/dist/typed.umd.js,801,https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js%312321321312312https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js;

  2. https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js

"], typeSpeed: 30, backSpeed: 30, backDelay: 1000, showCursor: true, cursorChar: '|', loop: false }); </script> image

Give the wrapper a flex class :)

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.