Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created June 5, 2018 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shameemreza/2bb6a7a428154f3fc367114c44a24ac8 to your computer and use it in GitHub Desktop.
Save shameemreza/2bb6a7a428154f3fc367114c44a24ac8 to your computer and use it in GitHub Desktop.
<script src="typed.js"></script>
<script>
$(function(){
$(".element").typed({
strings: ["First sentence.", "Second sentence."],
typeSpeed: 0
});
});
</script>
...
<iv class="element"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment