All Projects → straversi → Typer.js

straversi / Typer.js

Licence: MIT License
Typing effect completely configurable in HTML.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Typer.js

react-typewriter-js
Simple vanilla JS script to simulate text typewriting effect.
Stars: ✭ 18 (-83.78%)
Mutual labels:  typing, typewriter
preact-component-console
A console emulator for preact.
Stars: ✭ 29 (-73.87%)
Mutual labels:  typewriter
computering
🎹 💨 Pretends you can type really fast
Stars: ✭ 23 (-79.28%)
Mutual labels:  typing
readme-typing-svg
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
Stars: ✭ 938 (+745.05%)
Mutual labels:  typing
meiga
🧙 A simple, typed and monad-based Result type for Python.
Stars: ✭ 24 (-78.38%)
Mutual labels:  typing
IHTypeWriterLabel
No description or website provided.
Stars: ✭ 24 (-78.38%)
Mutual labels:  typewriter
use-typewriter
useTypewriter
Stars: ✭ 43 (-61.26%)
Mutual labels:  typewriter
Typon
A multi-featured typing practice tool that runs on a terminal emulator which can turn any text file into a typing game.
Stars: ✭ 53 (-52.25%)
Mutual labels:  typing
typesentry
Python 2.7 & 3.5+ runtime type-checker
Stars: ✭ 19 (-82.88%)
Mutual labels:  typing
amiri-typewriter
Mono-width companion to Amiri font family
Stars: ✭ 23 (-79.28%)
Mutual labels:  typewriter
typetta
Node.js ORM written in TypeScript for type lovers.
Stars: ✭ 44 (-60.36%)
Mutual labels:  typing
emojityper
Github said "Error saving your changes: Description contains unicode characters above 0xffff" when I put the FACE LAUGHING WITH TEARS OF JOY emoji in this box
Stars: ✭ 76 (-31.53%)
Mutual labels:  typing
vue-typical
🐡 Vue Animated typing in ~400 bytes of JavaScript
Stars: ✭ 121 (+9.01%)
Mutual labels:  typing
prisma-client-py
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
Stars: ✭ 739 (+565.77%)
Mutual labels:  typing
kobowriter
A simple typewriter written in go for KOBO e-readers
Stars: ✭ 250 (+125.23%)
Mutual labels:  typewriter
woodwork
Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
Stars: ✭ 97 (-12.61%)
Mutual labels:  typing
flake8-type-checking
Flake8 plugin for managing type-checking imports & forward references.
Stars: ✭ 38 (-65.77%)
Mutual labels:  typing
typing-test
Typing test website build with React
Stars: ✭ 33 (-70.27%)
Mutual labels:  typing
typey-type
Typey Type for Stenographers is a free typing app designed specifically to help steno students practise and rapidly master stenography.
Stars: ✭ 51 (-54.05%)
Mutual labels:  typing
TypeLighterJS-Typewriter
Take a stride into the world of dynamic and appealing typewriters. You can be sure that you will never even think of looking back.
Stars: ✭ 266 (+139.64%)
Mutual labels:  typewriter

Typer.js

Typing effect completely configurable in HTML

Live page: http://steven.codes/typerjs

example gif of typing effect

<h1>
  I love
  <span class="typer" id="first-typer" data-words="beets,bears,battlestar galactica" data-colors="#cd2032,#cc1e81,#6e6abb"></span>
  <span class="cursor" data-owner="first-typer"></span>
</h1>
<script async src="https://unpkg.com/[email protected]/typer.js"></script>

Never touch the JavaScript if you don't want to.

Features

You're in control of:

  • Keystroke delay and variance
  • Time between deletion of words
  • Cursor display
  • Color of each word
  • Pausing and playing the effect

Read more in the docs

Common bugs

Make sure to load the script after the final usage of Typer.js in your HTML. Due to how browsers parse HTML, a script is guaranteed access to all of the DOM elements that precede the script tag that loaded it. There's no harm in adding the async attribute to your script tag, so that the browser resumes parsing your HTML file while it fetches Typer.js!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].