Does anyone know how do to this without anything extra other than plugins that are already built?
Thank you!
Does anyone know how do to this without anything extra other than plugins that are already built?
Thank you!
Tinker arount with the animate action of an element (a group preferably)
Play around with styling and transitions in the element’s property editor
You might get pretty close to that animation
I’m looking for that effect on hover, so the animate action won’t help. I am hoping that someone knows of a plugin or something else that doesn’t require I do any kind of coding.
Thank you though.
You can set a conditional to the element on hover
Yeah, but what setting can help me achieve an animation or transition? There is only ‘this element is visible?’
You would have to build logic … no straight off the bat setting as you said
you can create a group or a shape element that is 1 by 1 in width and height. Make it so there is no background style, so that it is virtually invisible. Then set it to not be visible on page load.
Then on this element set a conditional to be visible only when the element you hover is hovered.
Then in workflows create a conditional workflow based on when the shape or group is visible, and the workflow event is to animate the element you want to animate.
So you are basically creating a workflow that is for when an element is hovered.
Also, make sure to set the conditional workflow to run every time.
Yeap … build logic!
Great stuff @boston85719 !