SO Page Builder Animate

SO Page Builder Animate Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 52,697 downloads
SO Page Builder Animate Icon

Try plugin: SO Page Builder Animate

We'll create fresh WordPress site with SO Page Builder Animate installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About SO Page Builder Animate

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

18


0


0


1


0

updated: 7 years ago
since: 9 years ago
author: Dunhakdis

Description

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!