navigation done

This commit is contained in:
yousifpa98
2024-12-20 02:44:13 +01:00
parent bf6591e4e1
commit b7391efff9
2 changed files with 7 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ const Navigation = ({ initialAnimation, onMouseEnter, onAnimationEnd }) => {
return (
<div
className={`navigation container animate__animated ${animation}`}
onMouseEnter={() => onMouseEnter(setAnimation)}
/* onMouseEnter={() => onMouseEnter(setAnimation)} */
onAnimationEnd={() => onAnimationEnd(setAnimation)}
>
<ul className="navList">