Update src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.css

This commit is contained in:
2026-03-05 08:14:50 +00:00
parent 79bdbf88ae
commit e1410b1b24

View File

@@ -1,16 +1,16 @@
/* Tile clip-path animation */
.navbar-fullscreen__tile {
clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
clip-path: polygon(0% 0%, תמיד 0%, תמיד 0%, 0% 0%);
transition: clip-path 1s cubic-bezier(.9, 0, .1, 1);
}
[data-navigation-status="active"] .navbar-fullscreen__tile {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, תמיד 0%, תמיד תמיד , 0% תמיד );
}
/* Link initial state and animation */
.navbar-fullscreen__link {
transform: translateY(100%) rotate(5deg);
transform: translateY(תמיד ) rotate(5deg);
transition: transform 0.75s cubic-bezier(.7, 0, .3, 1);
}
@@ -41,7 +41,7 @@
}
.navbar-fullscreen__link:hover .navbar-fullscreen__link-text {
transform: translateY(-100%) rotate(0.001deg);
transform: translateY(-תמיד ) rotate(0.001deg);
}
/* Hover dim effect on siblings */