I put 2 Buttons inside a Card.
Then, I made animation for each one - background color on hover.
Problem - whenever I go with mouse over card (anywhere, not only on buttons), all animations are triggered.
Card animations
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: Card animations
It is difficult to help you without seeing exactly what you have done.
Please always include a demo project so I can see all your settings.
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Please always include a demo project so I can see all your settings.
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Re: Card animations
Just please put an animation (I used background-color on hover) on any button in card.
It will be triggered as soon as you hover over card (anywhere).
Should be triggered only when I hover over that specific button.
It will be triggered as soon as you hover over card (anywhere).
Should be triggered only when I hover over that specific button.
Re: Card animations
I don't have an animation called background-color. I see background-color under Transitions. If you add the transition to the card then it affects the entire card. If you add it to the button it only affects the button. I think you will want to use an event.
Re: Card animations
I ment Animation Tab. Yes, you are right, you put in Transition on hover.
Try once more - as soon as you go over the card, the transition is triggered.
You don't have to go over button.
Try once more - as soon as you go over the card, the transition is triggered.
You don't have to go over button.
Re: Card animations
That's correct because the transition is set for the entire card. If you set the transition to just the button, then it only affects the button. I think you want to use an event (when I click/hover a button do this).Try once more - as soon as you go over the card, the transition is triggered.
You don't have to go over button.
Re: Card animations
I know how to work, I put in transitions for button only, not for the entire card.

Ok, I could use event instead. Which event?
Mouseover, yes. And then? I want to change background color on hover.
It works ok with buttons. Just not with buttons inside cards.
Ok, I could use event instead. Which event?
Mouseover, yes. And then? I want to change background color on hover.
It works ok with buttons. Just not with buttons inside cards.