Add smooth transform transition to harbor mode swap icons
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 1s

This commit is contained in:
2026-07-11 15:59:09 +03:00
parent 89feffd0b7
commit bfc85c3056

View File

@@ -292,6 +292,7 @@ p {
.harbor-mode-swap path {
transform-box: fill-box;
transform-origin: center;
transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.harbor-mode-swap .is-connect {