eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Needs a space after the classThanks for the review
Forum: Plugins
In reply to: [Animate It!] Needs a space after the classDear Andre,
Thank you for pointing out this.
we have made the required update, kindly check whether it is as per your requirement or not?
Forum: Plugins
In reply to: [Animate It!] Animating a WordPress Gallery ThumbnailYes, just put the gallery thumbnails within DIV or SPAN tags and apply animation classes generated using class generator. http://www.downloads.eleopard.in/class-generator-wordpress.html.
for example:
<div class =”<ANIMATION CLASSES>”>
<THUMBNAIL>
</div>Forum: Plugins
In reply to: [Animate It!] animate widget iconsHello,
Regarding Widget animation, the functionality is provided by the plugin itself.
After installing the plugin, you can see a new field “Animate It Class” within the widget edit area. Just enter the classes generated using http://www.downloads.eleopard.in/class-generator-wordpress.Regarding the widget icons, you can put them within “span” or “div” tags and apply classes generated using http://www.downloads.eleopard.in/class-generator-wordpress for example:
<div class="<GENERATED CLASSES>"> <CONTENT YOU WANT TO ANIMATE> <div>Forum: Plugins
In reply to: [Animate It!] Animate logo with Animate it!Regarding http://dev.robertsonwebdesigns.com/
you have already applied the animation on logo.
Regarding the bottom three widgets, you can use our class generator http://www.downloads.eleopard.in/class-generator-wordpress to generate animation classes and then wrap each of the widget inside the DIV tag with the animation classes
for example:<div class="<GENERATED ANIMATION CLASSES>"> <WIDGET TEXT> </div>Forum: Plugins
In reply to: [Animate It!] Synchronizing with GIFThank you for using our plugin,
Regarding the issue you are facing, we can not provide you any concrete solution. The problem might be due to the way your browser is handling gif image animations and plugin animations.
Regarding the delay and animation duration in plugin, we are using default attributes of CSS3.
Forum: Plugins
In reply to: [Animate It!] Remove classes after running animationThank you for the appreciation
Currently the plugin does not support this feature.we are working on it and hopefully will release this functionality in the coming version.
Forum: Plugins
In reply to: [Animate It!] How To Remove Example ContentYou can simply select the content and delete it. Please remember not to remove the shortcodes.
The result would look something like this:
[edsanimate animation="bounce" delay="1" duration="12" infinite_animation="no" animate_on="scroll" scroll_offset="25" ] [/edsanimate]Forum: Plugins
In reply to: [Animate It!] Apply Anmimations to PagesYou can use our Animation Class Generator http://www.downloads.eleopard.in/class-generator.html to generate animation classes and can apply the same on BODY Tag or any DIV Tag.
Forum: Plugins
In reply to: [Animate It!] DEBUG error and saving drafts lockLooking at the error message, we don’t think, It is due to Animate It! plugin however, if you provide the URL/WEB Address of the page/website, we will look into it
Forum: Plugins
In reply to: [Animate It!] Problem with revolution sliderCould you please provide the URL so that we can check, what exactly causing the issue?
Forum: Plugins
In reply to: [Animate It!] Animation doesn't work on mobile devicesUnder Settings->Animate It!. Enable the animations for mobile devices.
Let us know if it works
Forum: Plugins
In reply to: [Animate It!] Animating Text forces text on its own lineYou can user our class generator( http://www.downloads.eleopard.in/class-generator-wordpress) to generate animation classes and use span to apply the same over the text.
For example:
Lorem Ipsum has been the <span class=" animated rotateInDownLeft delay2 duration2" style="display:inline-block;"> industry's standard</span>Forum: Plugins
In reply to: [Animate It!] multiple animations on same page – diff elementsNew version released that will allow you to add custom delay classes.
for example
– Go to Settings->Animate It!
– Add following CSS class class for 20 seconds.delay40 { -webkit-animation-delay: 20s; -moz-animation-delay: 20s; -ms-animation-delay: 20s; -o-animation-delay: 20s; }— Save the settings. Now you have additional delay class for twenty seconds of delay.
— Add an animation block using the Animate It! button, modify delay to 40.
The block should appear like this.[edsanimate animation="flip" delay="40" duration="1" infinite_animation="no" animate_on="" ] Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type [/edsanimate]Now your block will animate after 20 seconds.
In the same way, you can add any number of additional delay and duration classes.
Forum: Plugins
In reply to: [Animate It!] Animate On: SCROLL doenst work?Looking at your example, you have not added the animation classes properly over DIV.
Currently your animation blocks looks like this:<div class="animate" data-animation="fadeInUp"> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa </div>It should be like :
<div class=" animated fadeInUp "> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa </div>Please use http://www.downloads.eleopard.in/class-generator-wordpress.html to generate animation classes.
If you are adding the “animation blocks” inside post or pages, It is recommended to use “Animate It!” button provided.
Regarding on scroll animation, the animation will occur when the “animation blocks” are in the visible area.
In your case, both the animation blocks are already in the visible area of window, so the animation occurs immediately as the page loads.