Skip to content

Commit

Permalink
fix: remove spring ease in line animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonHzq committed Feb 17, 2016
1 parent c353d94 commit 68ea9c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cartesian/Line.js
Expand Up @@ -43,7 +43,6 @@ class Line extends Component {
animationBegin: PropTypes.number,
animationDuration: PropTypes.number,
animationEasing: PropTypes.oneOf([
'spring',
'ease',
'ease-in',
'ease-out',
Expand Down

0 comments on commit 68ea9c1

Please sign in to comment.