Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251232

    Hello,

    I would like to know how can I animate the Icons like you do in the “A BEAUTIFUL EXPERIENCE!” section of the demo page:
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    My icons did not animate on hover.

    http://www.adaptixnetworks.com

    Thanks!

    #251446

    Hey arturocruztorres!

    Thank you for using the theme!

    I’m sorry but the sonar effect will only work if you added a link to the icons.

    Regards,
    Ismael

    #251449

    Hey!

    Ok, you can add this on Quick CSS or custom.css in order to add the effect on icons without links:

    .av_font_icon span:hover:after {
    -webkit-animation: sonarEffect 1s ease-out;
    -moz-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
    }

    The sonarEffect is white so you might want to change the background color in order to see the effect.

    Best regards,
    Ismael

    #252206
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to animate icon?’ is closed to new replies.