
import { motion } from "framer-motion"; export default function DifferenceLayer() { return ( <motion.div style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%", background: "white", // Change this to the color you want mixBlendMode: "difference", // This applies the blending effect pointerEvents: "none", }} /> ); }
O'RIORDAN DESIGN®
09:10:41
INFO

FREELANCE DESIGN DIRECTOR
import { motion } from "framer-motion"; export default function DifferenceLayer() { return ( <motion.div style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%", background: "white", // Change this to the color you want mixBlendMode: "difference", // This applies the blending effect pointerEvents: "none", }} /> ); }
O-PD 2025®