Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
- <script>
- // Parrallax.js Mouse Scroll
- jQuery(function($){
- $( ".img-01" ).attr( "data-depth", "0.7" );
- $( ".img-02" ).attr( "data-depth", "0.3" );
- $( ".img-03" ).attr( "data-depth", "0.4" );
- $( ".img-04" ).attr( "data-depth", "0.8" );
- $( ".img-05" ).attr( "data-depth", "0.3" );
- $( ".img-06" ).attr( "data-depth", "0.5" );
- $( ".img-07" ).attr( "data-depth", "0.6" );
- var parallaxMouseScroll = $('#ov-galeria-3d').get(0);
- var parallaxInstance = new Parallax(parallaxMouseScroll, {
- relativeInput: true,
- pointerEvents: true
- });
- });
- </script>
- <script>
- // Tilt.js
- jQuery(document).ready(function( $ ){
- $('#ov-galeria-3d .et_pb_image_wrap').tilt({
- perspective: 600,
- scale: 1,
- speed: 600,
- glare: false,
- maxGlare: 1,
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement