faded-text
v0.0.13
Published
Letter-by-letter and word-by-word text fade animation.
Maintainers
Readme
Faded Text
Letter-by-letter and word-by-word text fade animation.
Table of Contents
Requirement
- Node.js (npm)
Installation
CDN
jsDelivr
https://cdn.jsdelivr.net/npm/[email protected]/dist/faded-text.min.jsPackage manager
npm
npm i faded-textYarn
yarn add faded-textUsage
Documentation
Example
HTML
<div id="idElement">Hello world</div>JS
import FadedText from 'faded-text';
const FADED_TEXT = new FadedText('idElement');
FADED_TEXT.charFadeIn();Rendering

Demo
https://knouy.github.io/faded-text
