You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tilt.js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tilt.js - npm Package Compare versions

Comparing version

to
1.1.5

demo\index.html

0

gulpfile.js

@@ -0,0 +0,0 @@ /* Gulpfile */

2

package.json
{
"name": "tilt.js",
"version": "1.1.4",
"version": "1.1.5",
"description": "A tiny requestAnimationFrame powered 60+fps lightweight parallax tilt effect for jQuery.",

@@ -5,0 +5,0 @@ "main": "./src/tilt.jquery.js",

@@ -29,3 +29,5 @@ [![Build Status](https://travis-ci.org/gijsroge/tilt.js.svg?branch=master)](https://travis-ci.org/gijsroge/tilt.js)

axis: null, // What axis should be disabled. Can be X or Y.
reset: true // If the tilt effect has to be reset on exit.
reset: true, // If the tilt effect has to be reset on exit.
glare: false, // Enables glare effect
maxGlare: 1 // From 0 - 1.
```

@@ -57,2 +59,5 @@

- **yarn:** `yarn add tilt.js`
- **npm:** `npm install --save tilt.js`
- **npm:** `npm install --save tilt.js`
### Alternatives
- **Vanilla JS version:** https://github.com/micku7zu/vanillaTilt.js

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet