Advertisement
darrenbachan

typed.js

Jun 18th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $(".typed-element").typed({
  2.         strings: ["Aim^1500", "Game^1500", "Internet^1500"],
  3.         typeSpeed: 200,
  4.         loop: true,
  5.         showCursor: true,
  6.         cursorChar: "|",
  7.         // time before typing starts
  8.         startDelay: 0,
  9.         // backspacing speed
  10.         backSpeed: 0,
  11.         // time before backspacing
  12.         backDelay: 500
  13.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement