Tagged: x
-
AuthorPosts
-
September 28, 2016 at 1:54 am #1193485
alamtfuerwerbungParticipantHi,
pls check the icons on this page
How can I add that hover effect?And pls check this page.
http://www.sph-kanzlei.de
There is another hover effect on the icons.
Can I do this with X? Do I need a plug-in, custom editing?Thx
AndreSeptember 28, 2016 at 3:39 am #1193566
FriechModeratorHi Andre,
Thanks for writing in! It can be achieve with CSS
:hoverclass andtransform: scale();property. Please provide us your site URL so we can take a closer look.Cheers!
September 28, 2016 at 4:06 am #1193588
alamtfuerwerbungParticipantok thx. was just a general question, but I will need that soon and come back to this topic.
thxSeptember 28, 2016 at 4:19 am #1193598
LelyModeratorYou’re welcome Andre!
Cheers!
September 28, 2016 at 7:58 am #1193849
alamtfuerwerbungParticipantif you pls could check http://www.sub.ihrwiderruf.de.
there are four icons. is it possible to give these icons a slightly pulse effect?
thx
andreSeptember 28, 2016 at 8:59 am #1193941
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@-webkit-keyframes pulsate { 0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;} 50% {opacity: 1.0;} 100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;} } .x-feature-box-graphic:hover img.square { animation: pulsate 1s ease-out; -webkit-animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; }Hope it helps 🙂
September 28, 2016 at 9:04 am #1193949
JoaoModeratorHi Andre,
You could use the Feature Box Element to execute the pulse of the icon, it is a built in function.
The feature Box will include the Icon and the subtitle.
Hope that helps
Joao
September 29, 2016 at 9:04 am #1195752
alamtfuerwerbungParticipantHi thx.
Solution 1 doesn´t work.Solution 2 is great! But can I set the effect when hover?
Thx
ASeptember 29, 2016 at 11:04 am #1195934
RupokMemberHi there,
Do you want to apply hover effect for the icon on the Feature Box?
You can try this :
.x-feature-box-graphic img { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .x-feature-box-graphic img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); }Let’s add your own effect if needed.
Cheers!
September 29, 2016 at 11:20 am #1195953
alamtfuerwerbungParticipantHi thx, no just want to know if there´s a possibility to animate the icons her
http://www.sub.ihrwiderruf.deDo I have to set the as featured box?
At the moment the icons are just images.Thx
ASeptember 29, 2016 at 1:43 pm #1196149
JadeModeratorHi Andre,
You can set those image icons in a feature box and apply an animation for the element.

Hope this helps.
September 29, 2016 at 1:51 pm #1196166
alamtfuerwerbungParticipantHi, thx.
But that is not a hover effect.
It need a mousover pulsing. Is that possible?Thx
AndreSeptember 29, 2016 at 6:03 pm #1196463
RadModeratorHi there,
The above CSS do the animation if you’re referring to those images within your featured box element. There is no pulse animation in hover, it may require CSS3 animation and keyframes but not all browser supported it.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1193485 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
