Skip to content

Commit

Permalink
add physics.
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Taylor Chen committed Apr 15, 2022
1 parent df1b25d commit 6d08124
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 6 deletions.
34 changes: 28 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"@types/cannon": "^0.1.8",
"cannon-es": "^0.19.0",
"cookie": "^0.4.1",
"gsap": "^3.9.1",
"lil-gui": "^0.16.1",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/molecules/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<li class:active={$page.url.pathname === '/scroll'}>
<a sveltekit:prefetch href="/scroll">Scroll</a>
</li>
<li class:active={$page.url.pathname === '/physics'}>
<a sveltekit:prefetch href="/physics">Physics</a>
</li>
<li class:active={$page.url.pathname === '/todos'}>
<a sveltekit:prefetch href="/todos">Todos</a>
</li>
Expand Down
Loading

1 comment on commit 6d08124

@vercel
Copy link

@vercel vercel bot commented on 6d08124 Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.