Skip to content

Commit 2f960c4

Browse files
committed
Clean up more comments
1 parent 144507a commit 2f960c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/conf/2025/components/hero/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ function Stripes() {
8484
role="presentation"
8585
image={blurBean}
8686
className="pointer-events-none absolute inset-x-0 bottom-[-385px] top-[-203px] -z-10 translate-y-12 opacity-0 transition duration-[400ms] ease-linear [mask-size:100%_50%] data-[loaded=true]:translate-y-0 data-[loaded=true]:opacity-100 sm:[mask-size:125%] xl:[mask-size:100%]"
87-
// todo: animate opacity up after the image is loaded
8887
style={{
8988
maskImage: `url(${blurBean.src})`,
9089
WebkitMaskImage: `url(${blurBean.src})`,
91-
// maskSize: "100%", // todo: I need the newly exported full blur bean with rotation to match the mobile design.
90+
// maskSize: "100%", // todo: (very low priority) need the newly exported full blur bean with rotation to match the mobile design 1-1
9291
maskRepeat: "no-repeat",
9392
WebkitMaskRepeat: "no-repeat",
9493
maskPosition: "center",

0 commit comments

Comments
 (0)