SO Page Builder Animate

plugin banner

Easily add entrance animations to your "SiteOrigin Page Builder" generated pages.

Author:Dunhakdis (profile at wordpress.org)
WordPress version required:4.1
WordPress version tested:4.7.29
Plugin version:0.5
Added to WordPress repository:06-11-2015
Last updated:28-11-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:96
Rated by:19
Plugin URI:http://dunhakdis.com/so-page-builder-animate
Total downloads:53 703
Active installs:5 000+
plugin download
Click to start download

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.

Want More Widget Visiblity Options?:

Try Widget Options
Get Better Control over your Widgets. Easily show or hide WordPress widgets on specified pages & devices and/or assign custom alignment.

Notes:

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!


Screenshots
FAQ
ChangeLog