Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #563229

    Hello!
    Please help me. I need to call function avia_smoothscroll from my JS script. For example:

    <div id="myconteiner1">....</div>
    <div id="myconteiner2">....</div>
    <script>
    document.getElementById("myconteiner2").addEventListener("mouseover", scrollwhenhover("myconteiner1"));
    function scrollwhenhover(contid) {
    ???????????????????????????????- // i need to smooth scroll for conteiner #myconteiner1 when user hover #myconteiner2;
    };
    </script>

    thanks in advance!

    #563630

    Hey Vadim_AV!

    You can see how to call it around line 80 in the /enfold/js/avia.js file. It is pretty complex though so it would be best to hire a freelancer to help you out with that customization.

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.