Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 13, 2024
1 parent 97d47d9 commit 0758919
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Transition:

![Transition](images/Transition.png)

![Transition Graph](images/TransitionGraph.svg)

Transition with an invert effect on the clips:

![Transition 2](images/Transition2.png)
Expand Down
11 changes: 11 additions & 0 deletions images/TransitionGraph.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
digraph CompositeTracks {
FillOp [shape=box, label="FillOp: Background color", fontsize=12, margin=0.05, width=0, height=0]
ReadOp [shape=box, label="ReadOp: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0]
ReadOp2 [shape=box, label="ReadOp: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0]
TransitionOp [shape=box, label="TransitionOp", fontsize=12, margin=0.05, width=0, height=0]
OverOp [shape=box, label="OverOp", fontsize=12, margin=0.05, width=0, height=0]
FillOp -> OverOp;
ReadOp -> TransitionOp;
ReadOp2 -> TransitionOp;
TransitionOp -> OverOp;
}
67 changes: 67 additions & 0 deletions images/TransitionGraph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0758919

Please sign in to comment.