Reduce animation intensity and remove distracting scale effects
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/* Enhanced glassmorphism hover effects */
|
||||
.glass:hover,
|
||||
.glass-strong:hover {
|
||||
transform: translateY(-2px) scale(1.01);
|
||||
transform: translateY(-2px);
|
||||
box-shadow:
|
||||
var(--shadow-glass),
|
||||
0 0 30px rgba(59, 130, 246, 0.15);
|
||||
@@ -306,6 +306,7 @@
|
||||
}
|
||||
|
||||
.hover-lift:hover {
|
||||
/* Lift effect kept for subtle movement */
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
|
||||
@@ -314,7 +315,7 @@
|
||||
}
|
||||
|
||||
.hover-scale:hover {
|
||||
transform: scale(1.05);
|
||||
/* Scale effect removed to avoid distracting growth */
|
||||
}
|
||||
|
||||
.hover-glow {
|
||||
|
||||
Reference in New Issue
Block a user