Okay
  Public Ticket #2397970
Hero image movement
Closed

Comments

  • Robin started the conversation

    Hi Clapat support theme, 

    I would like to ask you some support into disabling the movement on the .hero-bg-image upon mouse movement. 

    Could I know if I need to disable any function to do so? Or if is a matter of adding extra code?

    Thanks

    Robin

  •  1,803
    Support replied

    Hello Robin,

    try to remove or comment out the following line in /js/scripts.js:

    $('#hero').mousemove(function(e){
         if(timeout) clearTimeout(timeout);
         setTimeout(callParallaxHero.bind(null, e));
    });

    line 566 and then hard refresh the page (Ctrl+F5) to see the changes


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Robin replied

    Hey Great work Clapat support, 
    I couldn't identify the tilt function but now I managed to disable it! 

    Thank you
    Robin

  •  1,803
    Support replied

    That's great!

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy