Advertisement
oscarviedma

Sincronizar tilt.js con divi

Jan 8th, 2021
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
  2.  
  3. <script>
  4. jQuery(document).ready(function( $ ){
  5. $('.efecto-tilt').tilt({
  6. maxTilt: 25,
  7. perspective: 500,
  8. scale: 1,
  9. speed: 300,
  10. glare: true,
  11. maxGlare: 0.7,
  12. });
  13. });
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement