mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 18:15:22 +02:00
21 lines
555 B
Text
21 lines
555 B
Text
The Tree.Snapshot() idea
|
|
|
|
closures on animations with those snapshots
|
|
|
|
integrate animation into all git commands
|
|
|
|
animation factory? stuff like:
|
|
|
|
-commitBirthAnimation(snapshotBefore, snapshotAfter, commit)
|
|
-highlightCommit(50, 'targetColor') // during search
|
|
-clearHighlightsAllNodes
|
|
|
|
|
|
ALSO other big things:
|
|
|
|
- Text on commit nodes
|
|
- Division in their rings based on how many / what branches they are part of
|
|
- Color on branch edges??
|
|
|
|
- Commits go transparent when no longer downstream of anything (also their weights are adjusted? and sent to back?)
|
|
|