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 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-type-animation",
"version": "1.1.0",
"version": "1.1.1",
"description": "React typing animation based on typical.",

@@ -5,0 +5,0 @@ "author": "max37",

@@ -11,2 +11,6 @@ # react-type-animation

## Live Demo
A live demo can be found at: https://react-type-animation.vercel.app/
## Usage

@@ -28,4 +32,13 @@

<img src="https://i.gyazo.com/9badf15d400fbc7f57ea7f4787b7f14e.gif"/>
## Important Usage Notes ⚠
### Hot-Reload Bug
When using hot-reload, the type animation will most likely be bugged until you hard-reload the page.
Until this issue is resolved, **you need to hot-reload the page after ever code change** in order to see the animation in a non-bugged state.
### Layout-shift
In order to prevent layout shift caused the type animation's text HTML-element expanding, you need to either wrap the TextAnimation component in a div that has a fixed width/height which is wider than the maximum expansion of the TypeAnimation element, or make that wrapper div's position `absolute`.
## Props

@@ -32,0 +45,0 @@

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