Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
react-parallax-mousemove
Advanced tools
Parallax elements based on mousemovement inspired by react-springy-parallax
A simple react wrapper component which takes an arbitrary number of children as layers. Layers are affected by the position of the mouse pointer in relation to the center of the window. This project was inspired by react-springy-parallax.
Clone repo
git clone https://github.com/adamwade2384/react-parallax-mousemove.git
Install dependencies
npm install
or yarn install
Start development server
npm start
or yarn start
Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.
Is located inside src/demo
directory, here you can test your library while developing
import ParallaxMousemove from 'react-parallax-mousemove'
The library provides you with two (2) components - A container component and layer component(s). The container component ParallaxMousemove takes the ParallaxMousemove.Layer component as children.
<ParallaxMousemove>
<ParallaxMousemove.Layer></ParallaxMousemove.Layer>
<ParallaxMousemove.Layer></ParallaxMousemove.Layer>
</ParallaxMousemove>
The props for each component is as follows:
prop | type | required |
---|---|---|
containerStyle | Obj | optional |
fullHeight | Bool | optional |
prop | type | required |
---|---|---|
config | Obj | required |
option | type | description |
---|---|---|
xFactor | Int | A percentage of the mousemove distance from the center of the screen on the x axis |
yFactor | Int | A percentage of the mousemove distance from the center of the screen on the y axis |
springSettings | Obj | The spring configuration settings for react-motion. |
option | type | description |
---|---|---|
stiffness | Int | The response and speed of layers in relation to mouse movements |
damping | Int | The spring and rebound of layers in relation to mouse movements |
FAQs
Parallax elements based on mousemovement inspired by react-springy-parallax
The npm package react-parallax-mousemove receives a total of 228 weekly downloads. As such, react-parallax-mousemove popularity was classified as not popular.
We found that react-parallax-mousemove demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.