Skip to content

Commit ee683d8

Browse files
authored
Easier way to create animations using multiple projects (#121)
1 parent 86618e6 commit ee683d8

15 files changed

Lines changed: 1755 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
*.a
66
*.so
77
*.o
8+
9+
**/node_modules/

animation/projects/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="@motion-canvas/core/project" />

0 commit comments

Comments
 (0)