Socket
Socket
Sign inDemoInstall

react-tilt

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tilt - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "react-tilt",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tilt for React JS",

@@ -5,0 +5,0 @@ "author": "Jonathan Dion <jonathandionalary@gmail.com> (https://github.com/jonathandion/)",

@@ -1,11 +0,19 @@

# react-tilt
<h1 align="center">
react-tilt 🪄
</h1>
<h4 align="center">
A tiny requestAnimationFrame powered 60+fps lightweight parallax hover tilt effect for ReactJS.
</h4>
<p align="center" style="text-align: center;">
<a href="https://www.npmjs.com/package/react-tilt"><img src="https://img.shields.io/npm/dw/react-tilt" alt="react-tilt downloads"></a>
<a href="https://www.npmjs.com/package/react-tilt"><img src="https://img.shields.io/npm/v/react-tilt" alt="react-tilt version"></a>
<a href="https://twitter.com/@0xjdion"><img src="https://img.shields.io/twitter/url/https/twitter.com/blueaquilae.svg?style=social&amp;label=Follow%20%400xjdion" alt="Jonathan Dion Twitter"></a>
</p>
![react-tilt demo gif](https://github.com/jonathandion/react-tilt/blob/master/demo.gif)
React version of [tilt.js](https://github.com/gijsroge/tilt.js)
## Demo
- [Reddit](https://nft.reddit.com/)
- [VX](https://vx-demo.now.sh/gallery)
- [Reddit NTFs](https://nft.reddit.com/)
- [VX Demo](https://vx-demo.now.sh/gallery)

@@ -52,6 +60,6 @@ ## Install

| ------------- |:-------------:|
| onMouseEnter | () -> React.SyntheticEvent |
| onMouseMove | () -> React.SyntheticEvent |
| onMouseLeave | () -> React.SyntheticEvent |
| options | Object |
| onMouseEnter | (event: React.SyntheticEvent) -> void |
| onMouseMove | (event: React.SyntheticEvent) -> void |
| onMouseLeave | (event: React.SyntheticEvent) -> void |
| options | Options |

@@ -58,0 +66,0 @@ ## Alternatives

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