Horje
Animate Your Content plugin

Noted That:

  • To install correctly this animate-your-content.zip.
  • Fisrt Download the animate-your-content.zip to your computer
  • Extract/Open animate-your-content.zip to Your Computer.
  • Then, Find readme.txt file inside animate-your-content.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the the Tips Below.

Start the Tips:

1. First Download "animate-your-content.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "animate-your-content.zip" Downloaded plugin from your computer, Where you downloaded animate-your-content.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Animate Your Content" folder is added on left sidemenu. Now, Click on "Animate Your Content" folder.

   Noted that: If you do not see "Animate Your Content" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Animate Your Content Configurtions and Settings or How to work "Animate Your Content" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Animate Your Content" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Animate Your Content
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Install and activate this plugin
  2. Place shortcodes in your content as described below.

To get started, look at the examples with code samples on my site.

Shortcode Installation Example

[animation-set style=”” class=”” id=”” ]

[animation-element] .. your content here .. [/animation-element]

[animation-element] .. your content here .. [/animation-element]

[/animation-set]

HTML shortcode attributes

Any attributes placed on an animation-set will be automatically applied to any nested animation-elements. It is however possible to override an animation-set attribute per animation-element.

The html attributes style and class can be used on both animation-set and animation-element. The id attribute can only be used on an animation-set.

Animation shortcode attributes

  • effect : one of ( slide_from_left , slide_from_right , slide_from_top , slide_from_bottom , fade_in , rotate ). No default and thus a required field.
  • time : the total elapsed time of the animation in seconds. Fractions are allowed. Default is 2.0 seconds.
  • delay : the delay in seconds (fractions allowed) after which the animation must start. Default is 0.
  • rotation : rotation angle in degrees. Example: 360. Only used for effect rotate.
  • ease : defines the method used to make a block of content bounce against the far edge of the animation. Possible values are described on this page. Examples are ‘Bounce.easeIn’, ‘Cubic.easeOut’, ‘Elastic.easeInOut’, etc.
  • delay_increment : this attribute is only allowed on an animation-set element. It defines the incremental delay in seconds (fractions allowed) that must be added to each subsequent child animation-element. The default value is 0.

Example

  • Text flying in from the top, left, right and bottom of the screen.
  • Each animation takes 3 seconds.

[animation-set ease=”Bounce.easeIn” time=”3?]
[animation-element effect=”slide_from_top”]Hello World (from top)![/animation-element]
[animation-element effect=”slide_from_left”]Hello World (from left)![/animation-element]
[animation-element effect=”slide_from_right”]Hello World (from right)![/animation-element]
[animation-element effect=”slide_from_bottom”]Hello World (from bottom)![/animation-element]
[/animation-set]

Example

  • Images flying in from the left, with half a sec delay in between.
  • Each animation takes 1.5 seconds.
  • The container DIV gets a css class attribute for custom styling purposes.

[animation-set effect=”slide_from_left” time=”1.5? ease=”Bounce.easeIn” delay_increment=”0.5? class=”myCssClass”]
[animation-element][/animation-element]
[animation-element][/animation-element]
[animation-element][/animation-element]
[animation-element][/animation-element]
[/animation-set]

Example

  • Text rotates 360 degrees in 1.5 seconds.

[animation-set effect=”rotate” time=”1.5? rotation=”360?]
[animation-element]Hello World[/animation-element]
[/animation-set]

Example

  • Fade in the page title and afterwards, fade in the content below the title
  • Total animation time is 1.5 seconds

[animation-set effect=”fade_in”]
[animation-element time=”1.5?]

My Page Title

[/animation-element]
[animation-element time=”1.5? delay=”1.5?]

Here is some more content that will be faded in later

 

Enjoy

[/animation-element]

[/animation-set]


plugin, content, your, animate,

Name

Reffered: https://wordpress.org/

Share on: