Closed pkiula closed 5 years ago
Hello. Love this script, but would love to make this work with icons in circles. Here's my CodePen: https://codepen.io/pkiula/pen/gNYLYO
The background fill with hvr-bounce-to-right is forcing itself to be blue and square. How could I control the color and the roundedness? Thanks!
hvr-bounce-to-right
Set overflow: hidden on the element it's being applied to then change the styles via the :before pseudo-element: https://codepen.io/IanLunn/pen/xxKvYxe
overflow: hidden
:before
Hello. Love this script, but would love to make this work with icons in circles. Here's my CodePen: https://codepen.io/pkiula/pen/gNYLYO
The background fill with
hvr-bounce-to-right
is forcing itself to be blue and square. How could I control the color and the roundedness? Thanks!