Socket
Socket
Sign inDemoInstall

earthtoday-react-motion

Package Overview
Dependencies
351
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    earthtoday-react-motion

A spring that solves your animation problems.


Version published
Weekly downloads
84
increased by35.48%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

React-Motion

Build Status npm version Bower version react-motion channel on discord

import {Motion, spring} from 'earthtoday-react-motion';
// In your render...
<Motion defaultStyle={{x: 0}} style={{x: spring(10)}}>
  {value => <div>{value.x}</div>}
</Motion>

Install

  • Npm: npm install --save earthtoday-react-motion

Keywords

FAQs

Last updated on 21 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc