Skip to content

Commit

Permalink
refs #24, correct transition effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Oct 5, 2015
1 parent e804fd2 commit 732b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/2015/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3 class="ui huge header">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);
}
});
Expand Down

0 comments on commit 732b067

Please sign in to comment.