SScale Themedocs

Configure hover effects on product cards and images with 4 effects, a glow effect, and animated borders.

Hover Effects

Scale Theme offers advanced hover effects for product cards and images in collection and grid sections. These effects make the interface more interactive and engaging.

Where Are They Available?

Hover effects are configured per section in sections that display cards or images:

  • Featured Collection
  • Collection page
  • Grid section
  • Gallery
  • Search results
  • Best sellers
  • And any section using product cards

4 Hover Effects

EffectDescriptionLook
NoneNo hover effectStatic, sober
ZoomImage slightly enlargesClassic, focus on the product
LiftEntire card lifts with a shadowDepth, tactile interactivity
TiltCard tilts in 3D based on cursor positionPremium, "physical card" effect

, Zoom (enlarged image), Lift (lifted card with shadow), Tilt (3D tilted card))

Intensity

SettingTypeRangeDefaultDescription
IntensityRange100-120%106%Effect amplitude (zoom, lift, tilt)

Intensity controls the effect amplitude:

  • 100%: Minimal effect, nearly imperceptible
  • 106%: Default effect, subtle but visible
  • 120%: Pronounced effect, very visible
💡The Lift effect at 106% is the most universally effective. It works well on all store types and gives a pleasant sense of depth without being distracting.

Glow Effect

The glow is a luminous effect that follows the mouse cursor on cards. It creates a colored light halo that moves with the mouse, giving a premium and interactive appearance.

Glow Settings

SettingTypeOptionsDefaultDescription
Enable glowCheckboxOn/OffOffEnables the luminous halo effect
ColorSelectAccent 1 / Accent 2 / ForegroundAccent 1Halo color
IntensitySelectSubtle / Medium / StrongMediumLighting strength

Glow Intensity Levels

IntensityDescriptionIdeal For
SubtleFaint halo, nearly imperceptibleElegant stores, luxury
MediumVisible but non-intrusive (default)General use
StrongPronounced and highly visible haloGaming, tech, strong emphasis
ℹ️The glow uses cursor position tracking via JavaScript and a CSS radial-gradient effect. It is automatically disabled on touch devices (mobile/tablet) where it has no purpose.

Hover Border

In addition to the previous effects, you can enable a colored border that appears on hover:

SettingTypeOptionsDefaultDescription
Hover borderCheckboxOn/OffOffEnables an animated border on hover
Border colorSelectGlow / Accent 1 / Accent 2GlowColor source

The Glow option for border color uses the same color as the glow effect, creating visual coherence between the halo and the border.

Store TypeHover EffectGlowBorderConfiguration
Luxury / PremiumLiftSubtle, Accent 1OffIntensity 104%
Tech / GamingTiltStrong, Accent 1On (Glow)Intensity 110%
Fashion / BeautyZoomOffOffIntensity 108%
MinimalistNoneOffOff-
Creative / PopLiftMedium, Accent 2On (Accent 2)Intensity 106%
Standard e-commerceLiftOffOffIntensity 106%
💡For a memorable "wow" effect, combine Tilt + Strong Glow + Border. The 3D effect with the luminous halo following the mouse and the appearing border creates a premium experience. Reserve it for showcase sections (Featured Collection, Hero).

Sections with Glow Only (without hover effect)

Some sections like the Gallery don't have the 4 hover effects (zoom, lift, tilt) but still offer the glow and hover border options. This allows adding interactivity to images without changing their size or position.

Performance

AspectImplementation
Transform-onlyEffects exclusively use transform (no layout reflow)
GPU-acceleratedwill-change: transform added to hoverable elements
Event delegationA single listener for the entire grid (not one per card)
MobileGlow and tilt automatically disabled on touch devices
Reduced motionEffects reduced or disabled if prefers-reduced-motion
⚠️The Tilt effect with Strong Glow can be resource-intensive on large grids (12+ visible cards). On pages with many products, prefer Lift with Subtle or Medium glow for a better performance/aesthetics balance.