/** * File aeonblock. * @package AeonBlock * @author AeonWP * @copyright Copyright (c) 2022, AeonWP * @link https://aeonwp.com/aeonblock * @license http://www.gnu.org/licenses/gpl-2.0.html */ !function($){"use strict";jQuery(window).scroll((function($){jQuery(this).scrollTop()>100?(jQuery(".go-to-top").addClass("gotop"),jQuery(".go-to-top").fadeIn()):jQuery(".go-to-top").fadeOut()})),jQuery(".go-to-top").click((function($){return jQuery("html, body").animate({scrollTop:0},800),!1}))}(jQuery);