Line 12: | Line 12: | ||
} | } | ||
}); | }); | ||
+ | |||
+ | //failed attempts// | ||
+ | |||
+ | //var prop=0; | ||
+ | |||
+ | $(window).scroll(function() { | ||
+ | |||
+ | prop= ($(window).scrollTop() + $(window).height()/$(document).height()); | ||
+ | $("#nugget").css('opacity') = prop.toString();; | ||
+ | $(".testtext").css('opacity') = (1-prop).toString();; | ||
+ | |||
+ | }// | ||
+ | |||
+ | |||
</script> | </script> |
Revision as of 21:15, 8 August 2016