Tagged: hover effect, icon, icon animation loop, pulsing icon, sonar effect
-
AuthorPosts
-
May 12, 2019 at 5:40 am #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!May 13, 2019 at 10:27 am #1099989Hey webdesign,
Please have a look at the solution posted here
https://kriesi.at/support/topic/animated-font-icons-how-to-make-such-sonareffect/#post-251840Best regards,
VictoriaMay 13, 2019 at 8:02 pm #1100247Hi,
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;
}May 14, 2019 at 11:51 am #1100479Hi webdesign,
Please share the link to the page where we can see what you’ve got so far?
Best regards,
VictoriaJuly 21, 2020 at 10:04 pm #1232098In regards to this… is it possible to have it continually animate rather than only on mouseover?
July 22, 2020 at 4:34 pm #1232306Hi 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,
VictoriaJuly 22, 2020 at 5:11 pm #1232334I’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!July 22, 2020 at 7:46 pm #1232366Hi 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,
VictoriaJuly 23, 2020 at 6:21 am #1232486hi 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
ferdleJuly 23, 2020 at 4:41 pm #1232653This 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?
July 23, 2020 at 6:18 pm #1232731Hi estleman,
I cannot separate them, the css affects the whole thing.
Best regards,
VictoriaJuly 23, 2020 at 6:18 pm #1232733Hi ferdle,
Please start a separate thread, describe your issue there and give us a link to your website.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.