Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-simple-animate

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-animate - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2-beta.1

.rpt2_cache/rpt2_d858d944a934e70cca42962e29f8fd3f253bf9b2/code/cache/0b200fe685978d718564bc314d6452ccaad8cb30

2

package.json
{
"name": "react-simple-animate",
"version": "3.0.1",
"version": "3.0.2-beta.1",
"description": "react simple animate",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -18,3 +18,2 @@ <div align="center"><a href="https://react-simple-animate.now.sh"><img src="https://raw.githubusercontent.com/bluebill1049/react-simple-animate/master/example/logo.png" alt="React Simple Animate Logo - UI Animation Made Simple" width="180px" height="180px" /></a></div>

- [Getting started](https://react-simple-animate.now.sh/basics)
- [Quick Tutorial](https://alligator.io/react/craft-simple-animations-in-react/)
- [Animate](https://react-simple-animate.now.sh/animate)

@@ -53,3 +52,2 @@ - [AnimateKeyframes](https://react-simple-animate.now.sh/animate-keyframes)

</Animate>
<Animate start={{ opacity: 0 }} end={{ opacity: 1 }} sequenceIndex={1}>

@@ -75,3 +73,2 @@ second

const { style, play } = useAnimate({ start: { opacity: 0 }, end: { opacity: 1 } });
useEffect(() => play(true), []);

@@ -87,3 +84,2 @@

});
useEffect(() => play(true), []);

@@ -101,8 +97,5 @@

});
useEffect(() => play(true), []);
return (
{styles.map(style => <div style={style}>useAnimateGroup</div>)}
);
return {styles.map(style => <div style={style}>useAnimateGroup</div>)};
};

@@ -109,0 +102,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