본문 바로가기
Open Source

Typed plugin

by 영감은어디에 2023. 3. 19.

 

https://github.com/mattboldt/typed.js

 

GitHub - mattboldt/typed.js: A JavaScript Typing Animation Library

A JavaScript Typing Animation Library. Contribute to mattboldt/typed.js development by creating an account on GitHub.

github.com

<script src="https://unpkg.com/typed.js@2.0.132/dist/typed.umd.js"></script>
<div id="text"></div>
let typetext = new Typed('#text', {
  strings: ['<i>First</i> sentence.', '&amp; a second sentence.', 'hohoho'],
  typeSpeed: 100,
  backSpeed: 50, 
  backDelay: 1000,
  loop: true,
});

'Open Source' 카테고리의 다른 글

AI 음악 생성 사이트, Soundraw  (0) 2023.03.24
3D Real Glassmorphism, Vanilla-tilt  (0) 2023.03.20
Parallax plugin  (0) 2023.03.14
클릭이벤트 플러그인 hammer.js  (0) 2023.03.07
Email Services - EmailJS  (0) 2023.03.07