“Typedjs” Code-Antworten

Typedjs

// Can also be included with a regular script tag
import Typed from 'typed.js';

var options = {
  strings: ['<i>First</i> sentence.', '& a second sentence.'],
  typeSpeed: 40
};

var typed = new Typed('.element', options);
The French Doctor

JavaScript -Checktyp variabler var

> typeof "foo"
"string"
> typeof true
"boolean"
> typeof 42
"number"
Valentino_Rossi

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen