<script type="text/javascript">
	require(['jquery','jquery/ui'], function ($) {
	    $("#descrptn_link").click(function() {
	        if ($(window).scrollTop() > 170) {
	            $('html, body').animate({
	            scrollTop: $("#descrptn").offset().top + 45}, 2000);
	        }
	        else{
	            $('html, body').animate({
	            scrollTop: $("#descrptn").offset().top - 90}, 2000);
	        }
	    });
	});
</script>

Categories: Magento2

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *