mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
weird part with rebase animation
This commit is contained in:
parent
01b9b1132d
commit
1bbdb5d6a0
4 changed files with 80 additions and 6 deletions
|
@ -430,6 +430,11 @@ var VisNode = Backbone.Model.extend({
|
|||
});
|
||||
},
|
||||
|
||||
setBirth: function() {
|
||||
this.setBirthPosition();
|
||||
this.setOutgoingEdgesBirthPosition();
|
||||
},
|
||||
|
||||
animateOutgoingEdges: function(speed, easing) {
|
||||
_.each(this.get('outgoingEdges'), function(edge) {
|
||||
edge.animateUpdatedPath(speed, easing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue