Skip to content

BenTwi/R07-Retyped

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Retyped - A RedCrafter07 Library Remaster

Javascript library for typing animations.

IMPORTANT: This library is a fork of RedCrafter07's typing library. Please go ahead and give him some love

Including the library

You have to include the library at the bottom of your html file ABOVE your code (Typing needs to load first; Then your script).

    <!-- Include Scripts -->
    <script src="https://rawcdn.rawgit.net/BenTwi/R07-Retyped/refs/heads/main/typing.js"></script>
    <!-- Now your awesome script -->
    <script>
      
    </script>

Syntax

Typing

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

Deleting

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

Instance Creation

const someTypingInstance = typing.create(selector);
someTypingInstance.<type|delete>
// Creation and Deletion parameters stay the same. Refference the syntax above

Small Notice

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

BenTwi.app only requires you to shoutout him. We're just here to improve existing stuff we use & love ourselves.

About

Library for typing animations. Remade for better usability

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages