Flip Over Icons - Social Links Block
Plugin Details
Add a flip over effect when hovering over the social links block icons.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// FLIP OVER SOCIAL ICONS - SOCIAL BLOCK - GHOSTPLUGINS.COM //
.socialaccountlinks-v2-block .sqs-svg-icon--wrapper, .social-account-links-v2-block .sqs-svg-icon--wrapper {
transform: scaleX(1) !important;
transition: all ease-in-out .5s !important;
}
.socialaccountlinks-v2-block .sqs-svg-icon--wrapper:hover {
transform: scaleX(-1) !important;
transition: all ease-in-out .5s !important;
}Customizable Options
Transition Speed
Notes
No plugin notes
