Skip to content

RedCrafter07/typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

typing

Javascript library for typing animations.

IMPORTANT: This library is using jQuery. You can download it here

Including the library

You have to include the library at the bottom of your html file.

    <!-- Include Scripts -->
    <!-- jQuery first -->
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> 
    <!-- Then typing -->
    <script src="https://rawcdn.rawgit.net/RedCrafter07/typing/652b416bfaa7b2f096349c85ede40e2885fd37fb/typing.js"></script>
    <!-- Then include your script. -->
    <script>
      
    </script>

Syntax

Typing

typing.type(text, time, selector, typingBar, () => {
  console.log("Callback!");
});

Deleting

typing.delete(time, selector, typingBar, () => {
  console.log("Callback!");
});

Small Notice

If you use this library, I would appreciate a little shoutout :)

About

Library for typing animations

Resources

Stars

Watchers

Forks

Contributors

Languages