Skip to content

Commit 23bf832

Browse files
committed
Add more animations
1 parent e0b9f5f commit 23bf832

7 files changed

Lines changed: 1305 additions & 11 deletions

File tree

animation/projects/src/parallelism/project.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ import { makeProject } from '@motion-canvas/core';
22

33
import '../../global.css';
44

5+
import processVsThreads from './scenes/process_vs_threads?scene';
56
import code from './scenes/code?scene';
67
import whyNotOthers from './scenes/why_not_others?scene';
78
import threadPool from './scenes/thread_pool?scene';
9+
import conditionVariable from './scenes/condition_variable?scene';
810

911
export default makeProject({
10-
scenes: [code, whyNotOthers, threadPool],
12+
scenes: [processVsThreads, code, whyNotOthers, threadPool, conditionVariable],
1113
});
14+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 0,
3+
"timeEvents": [],
4+
"seed": 1441794777
5+
}

0 commit comments

Comments
 (0)