Typwriter Autio write html and jquery



Dowload jquery : https://mattboldt.com/demos/typed-js/

Setup

var typed = new Typed('.element', {
  strings: ["First sentence.", "Second sentence."],
  typeSpeed: 30
});

 Project:

<!DOCTYPE html>
<html>
<head>
    <title>type </title>
    <script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.9"></script>
</head>
<body>
<h1>I am <span class="element"></span></h1>


<script type="text/javascript">
    var typed = new Typed('.element', {
  strings: ["Web Developer.", "Youtuber.","Web Designer"],
   typeSpeed: 100,
    backSpeed: 100,
  
});
</script>

</body>
</html>

 

Please Visit My website : Basabaribd Search for home

No comments

Powered by Blogger.