From 732b067d2c559da8ced2e9cb6d7bbd56c212ce5e Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Tue, 6 Oct 2015 00:48:03 +0800 Subject: [PATCH] refs #24, correct transition effect. --- report/2015/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/2015/index.html b/report/2015/index.html index fbff598..0b96991 100644 --- a/report/2015/index.html +++ b/report/2015/index.html @@ -175,7 +175,7 @@

Our team grew in lots of ways. Most notably, we added $('.annual-report .block').css('opacity', 0.1); $('.annual-report .block').visibility({ once: false, - onPassing: function(){ + onTopPassed: function(){ $(this).fadeTo(900, 0.9); } });