/
home
/
obinna
/
html
/
hifive
/
js
/
Upload File
HOME
$(document).ready(function(t){var o=t(".js-back-to-top");t(window).scroll(function(){300<t(this).scrollTop()?o.addClass("back-to-top-is-visible"):o.removeClass("back-to-top-is-visible back-to-top-fade-out"),1200<t(this).scrollTop()&&o.addClass("back-to-top-fade-out")}),o.on("click",function(o){o.preventDefault(),t("body,html").animate({scrollTop:0},700)})});