Hi,
I have read some threads on this but, I have had no luck trying to make a box-shadow appear on hover of a card control.
Has any one else done this? Is there a simple way to have a shadow appear behind a card when a user hovers or the mouse enters?
Thanks!
Paul
Show box shadow on Card on hover
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Show box shadow on Card on hover
You can do this with transitions.
https://www.wysiwygwebbuilder.com/transitions.html
This effect is implemented on the the page (What's New for 2023)
https://www.wysiwygwebbuilder.com/
https://www.wysiwygwebbuilder.com/transitions.html
This effect is implemented on the the page (What's New for 2023)
https://www.wysiwygwebbuilder.com/
Re: Show box shadow on Card on hover
Thanks Pablo!
Works great! Just curious though... I naturally wanted to explore more options so I changed the Timing from Linear to Ease-In-Out but it made no difference. Is this a bug or I am missing something? No big deal really as I am quite happy with the shadow appearing.
Paul
Works great! Just curious though... I naturally wanted to explore more options so I changed the Timing from Linear to Ease-In-Out but it made no difference. Is this a bug or I am missing something? No big deal really as I am quite happy with the shadow appearing.

Paul
Re: Show box shadow on Card on hover
It is difficult so say anything meaningful about this without seeing what you have done.
But I doubt that this is a bug in WWB, because this is standard browser functionality. But you may have implemented it not correctly.
I assume you know what easing does?
But I doubt that this is a bug in WWB, because this is standard browser functionality. But you may have implemented it not correctly.
I assume you know what easing does?
Re: Show box shadow on Card on hover
Sure, easing is a transition timing function that can do some nice things.
I could upload my project but, all I am doing is messing around with some effects on some card objects and trying to do something similar to what you did on the "what's new for 2023" page you mentioned. However, the box-shadow doesn't behave exactly like yours. It transitions in correctly but doesn't transition out like it yours. Is this a big deal? No, not at all. Just was curious. So, if you have a suggestion, great. If not, no worries.
I truly appreciate your help.
Best,
Paul

I could upload my project but, all I am doing is messing around with some effects on some card objects and trying to do something similar to what you did on the "what's new for 2023" page you mentioned. However, the box-shadow doesn't behave exactly like yours. It transitions in correctly but doesn't transition out like it yours. Is this a big deal? No, not at all. Just was curious. So, if you have a suggestion, great. If not, no worries.

Best,
Paul
Re: Show box shadow on Card on hover
I can only help you, if I see what you have done.
If it works for me, then it can also work for you.
If it works for me, then it can also work for you.
Re: Show box shadow on Card on hover
There should be 2 inputs for the transition. Make sure you set a transition for the default and hover state.
Re: Show box shadow on Card on hover
Bingo!
That was the problem exactly. I added the (default) and now it's just like Pablo's!
Thank you both so much for your help! Now, I'm off to find more trouble.
Best to you!
Paul
That was the problem exactly. I added the (default) and now it's just like Pablo's!
Thank you both so much for your help! Now, I'm off to find more trouble.

Best to you!
Paul