Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Get derivative graph working with timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joelburget committed Aug 31, 2012
1 parent 42dced0 commit 904d1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/derivative-intuition.js
Expand Up @@ -274,7 +274,7 @@ $.extend(KhanUtil, {
graph.style({
stroke: KhanUtil.DDX_COLOR,
strokeWidth: 1,
opacity: 0
opacity: duration === 0 ? 1 : 0
}, function() {
ddxplot = graph.plot(function(x) {
return KhanUtil.ddx(x);
Expand Down

0 comments on commit 904d1d6

Please sign in to comment.