Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Seriously, maybe you should try another plugin/script, i spend some time to just get a workaround. Well with this script you can't define the speed, if you want you can try it on your own ! The solution that i found is using another version of jTypeWriter that i found somewhere on the net (i don't even know if it's the latest lol <a href="http://www.ugcs.caltech.edu/~kratsg/Scripts/TypewriterEffect/demo.html" rel="nofollow">http://www.ugcs.caltech.edu/~kratsg/Scripts/TypewriterEffect/demo.html</a>)</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;JS&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://www.ugcs.caltech.edu/~kratsg/Scripts/TypewriterEffect/jQuery.typewriter.min.js"&gt;&lt;/script&gt; &lt;!-- PLEASE REMOVE THIS AND ADD A PATH TO YOUR OWN SERVER TO PREVENT directlinking) --&gt; &lt;script type="text/javascript"&gt; function writing(){ $('#mycontainer').jTypewriter('type').delay(5000); // sleep for 5 seconds after 1 loop setTimeout("writing()"); } $(document).ready(function(){ writing(); }); &lt;/script&gt; &lt;div id="mycontainer"&gt; &lt;?php $file = file_get_contents("text.txt"); $lines = explode(PHP_EOL, $file); foreach($lines as $line){ echo "$line&lt;br/&gt;".PHP_EOL; } ?&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Hope this was helpful )</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload