onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

Use named transitions for commit circles #40

Closed dboone closed 8 years ago

dboone commented 8 years ago

Use named transitions for the commit circles to prevent later transitions from interrupting earlier ones. This requires the version of D3 to be updated to version 3.5+.

Fixes #39.

References: