Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1099673

    Hi!
    Is it possible to get the same “sonar effect” (found on the icon element during the hover state) for all the buttons on the site? This pulsing hover effect can be found when selecting the “stand alone icon with border and optional caption” under the icon options.
    Thanks in advance for your help!

    #1099989

    Hey webdesign,

    Please have a look at the solution posted here
    https://kriesi.at/support/topic/animated-font-icons-how-to-make-such-sonareffect/#post-251840

    Best regards,
    Victoria

    #1100247

    Hi,
    I found your code for the icon, and tried to modify it so it would work for all the buttons. Below is your original code, and under that is my modified code saved in my child theme. It did not have any change on the button hover. Can you please advice what is incorrect with my code? Thanks!

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

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

    #1100479

    Hi webdesign,

    Please share the link to the page where we can see what you’ve got so far?

    Best regards,
    Victoria

    #1232098

    In regards to this… is it possible to have it continually animate rather than only on mouseover?

    #1232306

    Hi estleman,

    Yes, it’s possible. Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1232334

    I’ve shared the link in the private content field. At the top of the page, you’ll see a PLAY Button and if you mouseover that the sonar effect shows once. I’d like to see that continue animating every so often so it stands out a bit more.
    Thanks in advance!

    #1232366

    Hi estleman,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .bgIconDark a {
        -webkit-animation: sonarEffect 3s ease-out infinite;
        -moz-animation: sonarEffect 3s ease-out infinite;
        animation: sonarEffect 3s ease-out infinite;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232486

    hi there,
    i think i´m working on the same issue. somehow changes not visible for me.
    on the link you will find on the right side a standalone icon with subtitle.
    i would like to use the sonar effect without mouse on hover, as a continues loop, that the visitor better recognize the “icon-nacigation”.
    maybe you can help out?
    thanks in advance!
    best regards
    ferdle

    #1232653

    This worked for me Ferdle. You have to make sure you are targeting your icon. The class the moderator gave me was specific to my coding. I added that class to this button only.

    On another side note, I was hoping just the circle around the icon would animate, not the actual icon IN the circle. Any way to do this?

    #1232731

    Hi estleman,

    I cannot separate them, the css affects the whole thing.

    Best regards,
    Victoria

    #1232733

    Hi ferdle,

    Please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.