UNPKG

react-typing-animation

Version:

[![npm version](https://img.shields.io/npm/v/react-typing-animation.svg)](https://npm.im/react-typing-animation) ![Licence](https://img.shields.io/npm/l/react-typing-animation.svg)

15 lines (10 loc) 225 B
import React from 'react'; const Delay = () => <noscript />; Delay.updateCursor = (cursor, { ms }) => { return { ...cursor, delay: cursor.delay + ms, }; }; Delay.getName = () => 'Delay'; export default Delay;