Skip to content

Commit

Permalink
fix(cartesian/Area.js): fix isAnimationActive prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonHzq committed Mar 1, 2016
1 parent 15978f0 commit c3e770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cartesian/Area.js
Expand Up @@ -126,7 +126,7 @@ class Area extends Component {
}

const animationProps = {
isActive: true,
isActive: isAnimationActive,
begin: animationBegin,
easing: animationEasing,
duration: animationDuration,
Expand Down

0 comments on commit c3e770c

Please sign in to comment.