Skip to content

The SO Page Builder Animate is built for the SiteOrigin Page Builder. This plugin adds 'Animate' tab to 'Widgets Styles' inside the page builder panels. By using this plugin, you will be able to easily select from over 70+ different animation types.

Notifications You must be signed in to change notification settings

codehaiku/so-page-builder-animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SO Page Builder Animate

Contributors: dunhakdis
Tags: Page Builder Animation, SiteOrigin Panels Animate, Page Builder by SiteOrigin Animations, dunhakdis
Requires at least: 4.1
Tested up to: 4.3
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

##Description##

Easily add entrance animations to your "SiteOrigin Page Builder" elements or widgets.

The SO Page Builder Animate is built for the SiteOrigin Page Builder. This plugin adds 'Animate' tab to 'Widgets Styles' inside the page builder panels. By using this plugin, you will be able to easily select from over 70+ different animation types.

##Features:##

  • Select from over 70+ animations. Powered by WOW.js and Animate.css
  • Ability to select animation type.
  • Ability to select animation duration.
  • Ability to select animation delay.
  • Ability to set 'offset' value.
  • Ability to set iterations for each animation.

##Note:##

If your theme already uses WOW.js and animate.css you need to 'dequeue' the following handlers in-order to prevent conflicts:

In your theme functions.php add the following code:

<?php
add_action('wp_enqueue_scripts', 'dunhakdis_sbpa_remove_scripts', 100);

function dunhakdis_sbpa_remove_scripts()
{
	wp_dequeue_style('spba-animate');
	wp_dequeue_script('spba-wow');

	return;
}
?>

Thank you!

##Installation##

Go to https://wordpress.org/plugins/so-page-builder-animate/ to grab the latest version of this plugin

###Notice:###

This plugin is an add-on to "Page Builder by SiteOrigin". This plugin will not work if you dont have the said page builder installed and activated on your WordPress

###Manual:###

  • Download and unzip the "so-page-builder-animate.zip" plugin.
  • Upload the entire "so-page-builder-animate" directory to your '/wp-content/plugins/' directory.
  • Activate the "SO Page Builder Animate" plugin through the Plugins menu in WordPress.
  • Edit the rows or the widgets of the page builder and locate the 'Animate' tab below the 'Design' tab.
  • Select animation types, durations, and etc.

###Automatic:###

Click here to learn how to automatically add the plugin using the built-in plugin installer.

##Frequently Asked Questions##

No F.A.Q yet XD

About

The SO Page Builder Animate is built for the SiteOrigin Page Builder. This plugin adds 'Animate' tab to 'Widgets Styles' inside the page builder panels. By using this plugin, you will be able to easily select from over 70+ different animation types.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages