Line 8: | Line 8: | ||
$(window).scroll(function() { | $(window).scroll(function() { | ||
if($(window).scrollTop() + $(window).height() == $(document).height()) { | if($(window).scrollTop() + $(window).height() == $(document).height()) { | ||
− | $("#nugget").fadeOut(); | + | $("#nugget").fadeOut(slow); |
− | $(".testtext").fadeIn(); | + | $(".testtext").fadeIn(slow); |
} | } | ||
}); | }); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</script> | </script> |
Revision as of 20:46, 8 August 2016