buat branch staging
This commit is contained in:
@@ -3,7 +3,6 @@ import { motion, useScroll, useTransform } from "framer-motion";
|
|||||||
import { Image } from "@mantine/core";
|
import { Image } from "@mantine/core";
|
||||||
import { useShallowEffect } from "@mantine/hooks";
|
import { useShallowEffect } from "@mantine/hooks";
|
||||||
|
|
||||||
|
|
||||||
const FlipOnScroll = () => {
|
const FlipOnScroll = () => {
|
||||||
// Menggunakan hook useScroll untuk mendeteksi posisi scroll
|
// Menggunakan hook useScroll untuk mendeteksi posisi scroll
|
||||||
const { scrollYProgress } = useScroll();
|
const { scrollYProgress } = useScroll();
|
||||||
|
|||||||
Reference in New Issue
Block a user