File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/app/conf/2025/components/hero Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments