Shelley
Well-known member
Shelley submitted a new resource:
[1.2] Font colour zoom out on hover - This will pop the colour font blocks out on hover
Read more about this resource...
[1.2] Font colour zoom out on hover - This will pop the colour font blocks out on hover
View attachment 50568 View attachment 50567
Just a simple effect I thought was nice and worth sharing. Simply paste the following into EXTRA.css and on hover your colour font blocks will zoom out at you.
I'm quite sure the -o prefix isn't needed anymore. This is for 1.2 only and works with redactor editor.
Code:.redactor_color_link:hover { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s...
Read more about this resource...