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!
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