A custom element that shows text as if it were being typed
$ npm install @github/typing-effect-element
import'@github/typing-effect-element'<typing-effectdata-lines='["Welcome to GitHub!", "Let’s begin the adventure"]'><spandata-target="typing-effect.content"></span><spandata-target="typing-effect.cursor">|</span></typing-effect>This component detects whether prefers-reduced-motion is set on the window:
window.matchMedia('(prefers-reduced-motion)').matches===trueIf this evaluates to true, any content lines provided will be appended immediately rather than being typed out with a delay.
Browsers without native custom element support require a polyfill.
- Chrome
- Firefox
- Safari
- Microsoft Edge
npm install
npm test
Distributed under the MIT license. See LICENSE for details.