Skip to content

Commit 638c207

Browse files
committed
Easier way to create animations using multiple projects
1 parent 86618e6 commit 638c207

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)