Hello,
is there a technique to replace an animation (in a div) by click or hover?
Example:
[edsanimate animation="bounceOut" infinite_animation="no" animate_on="click"]
<div style="position:relative">
<div>Content that should be bounceOut by click....</div> // ok...but the content appears again after the animation has ended... :(
<div style="position:absolute;top:0;left:0">Content that should be bounceIn by click....</div>
</div>
[/edsanimate]
Any ideas?