Skip to content

Instantly share code, notes, and snippets.

@janmejai
Created February 26, 2017 13:42
Show Gist options
  • Save janmejai/cc03c6ae7835297549774d1c63ddc806 to your computer and use it in GitHub Desktop.
Save janmejai/cc03c6ae7835297549774d1c63ddc806 to your computer and use it in GitHub Desktop.
jQuery(function ($) {
$("#typed").typed({
stringsElement: $('#typing_effect'),
typeSpeed: -50,
startDelay: 1500
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment