File tree 1 file changed +1
-2
lines changed
src/app/conf/2025/components/hero
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ function Stripes() {
84
84
role = "presentation"
85
85
image = { blurBean }
86
86
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
88
87
style = { {
89
88
maskImage : `url(${ blurBean . src } )` ,
90
89
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
92
91
maskRepeat : "no-repeat" ,
93
92
WebkitMaskRepeat : "no-repeat" ,
94
93
maskPosition : "center" ,
You can’t perform that action at this time.
0 commit comments