function FlipCard() { const [isFaceUp, setIsFaceUp] = useState(false); const props = useSpring({x: isFaceUp ? 1 : 0, opacity: isFaceUp ?
確定! 回上一頁