diff --git a/src/app/3d/gsapOptions.ts b/src/app/3d/gsapOptions.ts index 859d8d7..f1d676c 100644 --- a/src/app/3d/gsapOptions.ts +++ b/src/app/3d/gsapOptions.ts @@ -1,6 +1,8 @@ import { easingOptions, gsapOptionsTypeObj } from "../../types/gsapOption"; export const gsapOptions: gsapOptionsTypeObj[] = [ + // example url + // https://codepen.io/GreenSock/pen/AWQprN { type: "xFrom", min: -100, diff --git a/src/app/3d/page.tsx b/src/app/3d/page.tsx index 94c1cba..a1e2324 100644 --- a/src/app/3d/page.tsx +++ b/src/app/3d/page.tsx @@ -71,7 +71,8 @@ export default function Block() { return ( - + Still in Progress + {/* {gsapOptions.map((item) => { if (item.componentType === "select") { @@ -98,7 +99,7 @@ export default function Block() { /> ); })} - + */} -
-
-
-