Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Typing animations with React.

NotificationsYou must be signed in to change notification settings

ratson/react-typist-loop

Repository files navigation

Typing animations with React.

Installation

npm install react-typist-loop --save

Usage

importReactfrom'react'importTypistfrom'react-typist'importTypistLoopfrom'react-typist-loop'constApp=()=>(<TypistLoopinterval={3000}>{['Hello World','Good Morning','Bye',].map(text=><Typistkey={text}startDelay={1000}>{text}</Typist>)}</TypistLoop>)

[8]ページ先頭

©2009-2025 Movatter.jp