Scrapboard.org client

fix: reduce blur

+1 -1
+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 }}