New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-type-animation

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-type-animation

⌨ React typing animation based on typical.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
44K
decreased by-38.35%
Maintainers
1
Weekly downloads
 
Created
Source

react-type-animation

React wrapper for typical with extended functionality.

Install

npm install --save react-type-animation

Usage

import TypeAnimation from 'react-type-animation';

const ExampleComponent = () => {
  return (
    <TypeAnimation
      cursor={true}
      sequence={['One', 1000, 'Two', 500]}
      loop={0}
      wrapper="h2"
    />
  );
};

Props

PropRequiredTypeExampleDescription
wrappernostringp,h2,divKey of HTML element that animation is wrapped around
sequenceyes[]['One', 1000, 'Two']Animation steps: [Text, Delay, Text [...]]
loopnonumber3, InfinityAmount of animation repititions
cursornobooleanfalse, trueDisplay blinking cursor in animation

Keywords

FAQs

Package last updated on 14 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc