Skip to content

Instantly share code, notes, and snippets.

@alexmacarthur
Created September 9, 2020 00:03
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 alexmacarthur/23ef7ddce464412cf016ed1441636a77 to your computer and use it in GitHub Desktop.
Save alexmacarthur/23ef7ddce464412cf016ed1441636a77 to your computer and use it in GitHub Desktop.
Basic TypeIt Setup
<script src="https://cdn.jsdelivr.net/npm/typeit@7.0.4/dist/typeit.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
new TypeIt('#element', {
strings: ['This is my string!']
}).go();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment