Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
- <script>
- jQuery(document).ready(function( $ ){
- $('.efecto-tilt').tilt({
- maxTilt: 25,
- perspective: 500,
- scale: 1,
- speed: 300,
- glare: true,
- maxGlare: 0.7,
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement