Skip to content

Commit

Permalink
✨ (slope) slow down animation
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 3, 2024
1 parent daf2404 commit a19a514
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ export class SlopeChart
.attr("stroke-dasharray", "100%")
.attr("stroke-dashoffset", "100%")
.transition()
.duration(600)
.attr("stroke-dashoffset", "0%")
}

Expand Down

0 comments on commit a19a514

Please sign in to comment.