Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Key Changes: Spring Animations for Project Cards: whileHover: Applied a spring animation to the hover effect using scale, rotateX, and rotateY to create a 3D flipping effect when hovering over a project card. whileTap: A slight shrinking effect when the card is clicked. 3D Layout Camera Effect: The entire grid container is animated with a slight rotation on the Y-axis (rotateY: 5) using the motion.div element. This gives the effect of a camera slightly rotating around the layout. You can adjust the rotateY value to achieve a more prominent 3D effect. Transition for Smoothness: Used transition={{ type: 'spring', stiffness: 300 }} for smooth spring animations.
- Loading branch information