Skip to content

Commit

Permalink
feat: accel code
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 2, 2024
1 parent 5d651b7 commit 141ff13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,17 @@ <h1>Directory Tree</h1> <a href="/"></a><br>
│   │   │   ├── <a href="/p5js/motion/deccelerate/index.html">index.html</a><br>
│   │   │   ├── <a href="/p5js/motion/deccelerate/index.js">index.js</a><br>
│   │   │   └── <a href="/p5js/motion/deccelerate/style.css">style.css</a><br>
│   │   ├── <a href="/p5js/motion/ease-in/">ease-in</a><br>
│   │   │   ├── <a href="/p5js/motion/ease-in/index.html">index.html</a><br>
│   │   │   ├── <a href="/p5js/motion/ease-in/index.js">index.js</a><br>
│   │   │   └── <a href="/p5js/motion/ease-in/style.css">style.css</a><br>
│   │   ├── <a href="/p5js/motion/ease-in-out/">ease-in-out</a><br>
│   │   │   ├── <a href="/p5js/motion/ease-in-out/index.html">index.html</a><br>
│   │   │   └── <a href="/p5js/motion/ease-in-out/index.js">index.js</a><br>
│   │   ├── <a href="/p5js/motion/ease-out/">ease-out</a><br>
│   │   │   ├── <a href="/p5js/motion/ease-out/index.html">index.html</a><br>
│   │   │   ├── <a href="/p5js/motion/ease-out/index.js">index.js</a><br>
│   │   │   └── <a href="/p5js/motion/ease-out/style.css">style.css</a><br>
│   │   ├── <a href="/p5js/motion/expo-graph/">expo-graph</a><br>
│   │   │   ├── <a href="/p5js/motion/expo-graph/index.html">index.html</a><br>
│   │   │   └── <a href="/p5js/motion/expo-graph/index.js">index.js</a><br>
Expand Down Expand Up @@ -437,7 +445,7 @@ <h1>Directory Tree</h1> <a href="/"></a><br>
&nbsp;&nbsp;&nbsp; └── <a href="/typescript/random-groups.ts">random-groups.ts</a><br>
<br><br><p>

101 directories, 247 files
103 directories, 253 files

</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion p5js/motion/accelerate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<main>
<div id="sketch"></div>
<a href="/">source code</a>
<a href="./index.js">source code</a>
</main>
<script src="/public/js/p5.min.js"></script>
<script src="index.js"></script>
Expand Down

0 comments on commit 141ff13

Please sign in to comment.