🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

TVParallax is a supery tiny jQuery plugin utilizing CSS3 3D transforms to implement an Apple tvOS style parallax effect on a given element that interacts with mouse move.

parallax

Documentation

TVParallax

TvOS Parallax effect in jQuery

Installation

Just drag the parallax.js file on your project directory

Usage

Start by including the javascript (AFTER including jQuery) on your html file.

Add the parallax effect

<div class="element"></div>  <script type="text/javascript">   parallax($('.element'), 15, false) </script>

$('.element'))

is the div who takes the parallax effect.

15

is the velocity of the parallax effect (default to 10).

false

is used to enable or not the shine effect (default to true)

Checkout the Example to see a demo

Enjoy !


You May Also Like