Hi there. I would like to know how to make a workflow like this:
When a element is hovered, show another element.
Hi there. I would like to know how to make a workflow like this:
When a element is hovered, show another element.
@juoum you donât need a workflow to achieve that, you can do it simply with a conditional.
Say you want to show element âBâ when element âAâ is hovered.
Have Element âBâ hidden initially (not set to visible on page load).
Then just add a conditional on Element âBâ:
when 'Element A' is hovered - This element is visible
Thatâs all there is to it.
Hi there. Thanks for your support. It worked! But how to I make a fadein trasition instead of just appearing?
For that youâll need to use the âAnimateâ element action within a workflow.
For example you could run a workflow when the parent group is visible to make the element fade in.
I am doing it like this:
When a condition is trueâŚ
But as the element that is hidden is inside a repeating group, I canât find it.
the way of solving that by using âshow B when A is hoveredâ makes only sense for groups or single cells. In a repeating group many people want to display context information based on a parameter (i.e. Current cellâs value in a RG). This is not possible out of the box.
What if the element is inside a RG?
have you figured the solution out?
This topic was automatically closed after 70 days. New replies are no longer allowed.