Levitating Hover For Grid Summary Blocks
Look Demo
Add a clean levitating hover effect to any grid summary block. This plugin uses css editor and works with all template families.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Hover Grid Summary Blocks // .sqs-gallery-design-autogrid .summary-item { transition: box-shadow .5s, transform .5s; //change the seconds (one or both values) to make the animation faster or slower } .sqs-gallery-design-autogrid .summary-item:hover { box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.1); //you can alter the px values and rgba color to change the shadow style on hover transform: translateY(-10px); //you can change the px value to make the slide go higher up (negative number) or further down (positive number) on hover }
Customize
Change transition, box shadow, and transform values to your liking.
License
This plugin comes with an Unlimited Use License. View License Terms