Skip to content

Commit

Permalink
Update d3-ease.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 4, 2016
1 parent 54e19b0 commit dbdfede
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,40 @@ export {
} from "d3-random";

export {
easeLinearIn,
easeLinearOut,
easeLinearInOut,
easeLinear,
easeQuad,
easeQuadIn,
easeQuadOut,
easeQuadInOut,
easeCubic,
easeCubicIn,
easeCubicOut,
easeCubicInOut,
easePoly,
easePolyIn,
easePolyOut,
easePolyInOut,
easeSin,
easeSinIn,
easeSinOut,
easeSinInOut,
easeExp,
easeExpIn,
easeExpOut,
easeExpInOut,
easeCircle,
easeCircleIn,
easeCircleOut,
easeCircleInOut,
easeBounce,
easeBounceIn,
easeBounceOut,
easeBounceInOut,
easeBack,
easeBackIn,
easeBackOut,
easeBackInOut,
easeElastic,
easeElasticIn,
easeElasticOut,
easeElasticInOut
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"d3-color": "0.4.1",
"d3-dispatch": "0.2.6",
"d3-dsv": "0.1.14",
"d3-ease": "0.6.0",
"d3-ease": "0.7.0",
"d3-format": "0.5.1",
"d3-interpolate": "0.5.2",
"d3-path": "0.1.4",
Expand Down

0 comments on commit dbdfede

Please sign in to comment.