Flipped Mirror Hyperlinks
Plugin Details
Add a flipped, mirror hover effect to hyperlinks in a text block and throughout the site.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// FLIPPED MIRROR HYPERLINKS TEXT - GHOSTPLUGINS.COM
p a:hover {
-moz-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}Customizable Options
Scale Direction
Notes
Applies to any text hyperlinks that have been added throughout the site.
