• Hello,

    thank you for this awesome plugin! Just one question:
    How to use multiple classes generated by your generator? Chaining them like this doesn’t seem to work:
    animated spinner duration1 eds-on-scroll; animated spinner duration1 eds-on-hover;

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear Turnis,

    Thanks for using the Animate It!

    Regarding the multiple animations, you can put them in 2 separate DIVs.

    e.g.

    <div class="animated bounceOut duration1 delay6">
    	<div class=" animated bounceIn duration1 delay2">
    		"Place your content here"
    	</div>
    </div>

    This would make the bounceIn animation appear in 1 seconds and bounceOut on 3 seconds.

    You can see this code in action here:
    https://animateitdemo.wpdevcloud.com/?p=911

    Let me know if this works for you.

    • This reply was modified 6 years, 8 months ago by eleopard.
    Thread Starter turnis

    (@turnis)

    Thanks for your help! I use the SiteOrigin Builder. The “Widget Class”-field only has one line so where would I insert the code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use multiple classes?’ is closed to new replies.