Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(".typed-element").typed({
- strings: ["Aim^1500", "Game^1500", "Internet^1500"],
- typeSpeed: 200,
- loop: true,
- showCursor: true,
- cursorChar: "|",
- // time before typing starts
- startDelay: 0,
- // backspacing speed
- backSpeed: 0,
- // time before backspacing
- backDelay: 500
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement