tangled
alpha
login
or
join now
bunware.org
/
pin.to.it
6
fork
atom
Scrapboard.org client
6
fork
atom
overview
issues
pulls
pipelines
fix: reduce blur
bunware.org
7 months ago
272921c5
efb13a5c
+1
-1
1 changed file
expand all
collapse all
unified
split
src
app
boards
page.tsx
+1
-1
src/app/boards/page.tsx
···
48
className="h-full"
49
>
50
<motion.div
51
-
initial={{ opacity: 0, y: 2, filter: "blur(10px)" }}
52
animate={{ opacity: 1, y: 0, filter: "blur(0px)" }}
53
transition={{ duration: 0.3, ease: "easeOut" }}
54
whileTap={{ scale: 0.95 }}
···
48
className="h-full"
49
>
50
<motion.div
51
+
initial={{ opacity: 0, y: 2, filter: "blur(8px)" }}
52
animate={{ opacity: 1, y: 0, filter: "blur(0px)" }}
53
transition={{ duration: 0.3, ease: "easeOut" }}
54
whileTap={{ scale: 0.95 }}