DEV Community

gaganjot singh
gaganjot singh

Posted on • Updated on

11+ Typewriter effect

30+ Best Examples of CSS Typewriter effect | CSS Typing Animation
https://gscode.in/typewriter-effect/

READ MORE AIRTICLE
1: 20+ CSS Background Patterns Example
2: 30+ Amazing CSS Hamburger Menu Example
3: 15+ Bootstrap navbar
4: 30+ Radio Button CSS style Examples
5: 50+ CSS grid template

1 Text slider with typing animation in pure CSS

2 Typing animation with Typed.js

3 It's another typing animation...

4 This is a rewrite of the garbage code I've created on my website years ago lol.

I've decided to use an element with position absolute as the blinking cursor instead of border-right to have a cleaner highlighting effect - previously it was using border none to hide the cursor during highlighting which introduces a tiny jerk in animation. Can't un-see it once you've seen it :(

Anyways, hope you'll enjoy the puns! :D

5 C Y B E R T Y P E

A HYPER REACTIVE TYPER

MADE IN SVELTE


👨‍💻 USE IT ON *FULL SCREEN MODE *

🎨 CLICK ON BOTTOM LEFT CORNER TO CHANGE THE THEME

🗨 HOVER OVER KEYS TO SEE PER KEY SPEEDS

🎯 SET YOUR TARGET SPEED WITH SLIDER

🏃‍♂️ TRY SHADOW MODE AND CHASE YOUR TARGET SPEED !

6 A speedometer that measures your typing speed in real-time. It works like those used by typing test websites such as typingtest.com. To make it work, I had to figure out how to turn the WPM formula ( (total characters / 5) / 1 minute ) into a real-time WPM formula. So after experimenting with the tests, this is what I came up with:

((total characters / (# of times characters were recorded each second)) / 5) * 60 seconds

I got the idea to create this demo after memories of playing some racing mini-game in early versions of Mavis Beacon where your typing speed is your driving speed.

Update 1/9/20: Refactored some JS

7 Wasn't the only person to think of a chat scenario for this week's 408 challenge. Here's my take on it 😊

Put together using GSAP.

Enjoy!

8 Typing Effect

9 Typing effect with HTML, CSS and Vanilla JavaScript.

10 Getting Friendly with SVG Text # 2: animate && textPath

11 One of the most interesting and useful features of SVG is the capability of using paths for positioning shapes and text. This example demonstrates how to place text along a spiral path and animating it with JavaScript.

30+ Best Examples of CSS Typewriter effect | CSS Typing Animation
https://gscode.in/typewriter-effect/

READ MORE AIRTICLE
1: 20+ CSS Background Patterns Example
2: 30+ Amazing CSS Hamburger Menu Example
3: 15+ Bootstrap navbar
4: 30+ Radio Button CSS style Examples
5: 50+ CSS grid template

Top comments (1)

Collapse
 
petee profile image
Petee

Very impressing