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

    (@eleopard)

    Hey catmaniax,

    Thankyou for using Animate It!.Regarding the question, you can use class generator https://www.downloads.eleopard.in/class-generator-wordpress to generate animation classes and add these classes to the “custom CSS” option of the plugin where you wish to apply the animation.

    For details please check the documentation here: https://www.downloads.eleopard.in/animate-it-documentation-wordpress

    Thread Starter catmaniax

    (@catmaniax)

    Hey,

    Thanks for the answer.
    I tried pasting the same lines that go in the widgets but it does not take effect.

    Thread Starter catmaniax

    (@catmaniax)

    Ok, let me try to test it out and I will let you know.

    Is there a way to add the class to a media file, a jpeg for instance?

    Thanks!

    Plugin Author eleopard

    (@eleopard)

    Dear catmaniax,

    You can place classes in your images this:

    1. In an DIV wrapped around the image

    <div class=" animated rubberBand delay2 duration10 infinite ">
        <img src="https://www.downloads.eleopard.in/images/logo.png" />
    </div>

    2. In class attribue of the media:
    <img class=" animated rubberBand delay2 duration10 infinite " src="https://www.downloads.eleopard.in/images/logo.png" />

    Please let me know if this works for you.

    All of a sudden, Animate It! stopped working on the web site I was testing it on. It’s been working fine for about 10 days. Did I miss something? Did I have a trial version? I can’t find any evidence of that.

    Thanks for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS to enable this to plugins?’ is closed to new replies.