PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
plugins
/
js_composer
/
include
/
classes
/
shortcodes
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-gitem.php' ); class WPBakeryShortCode_VC_Gitem_Animated_Block extends WPBakeryShortCode_VC_Gitem { protected static $animations = array(); public function itemGrid() { $output = ''; $output .= '<div class="vc_gitem-animated-block-content-controls">' . '<ul class="vc_gitem-tabs vc_clearfix" data-vc-gitem-animated-block="tabs">' . '</ul>' . '</div>'; $output .= '' . '<div class="vc_gitem-zone-tab vc_clearfix" data-vc-gitem-animated-block="add-a"></div>' . '<div class="vc_gitem-zone-tab vc_clearfix" data-vc-gitem-animated-block="add-b"></div>'; return $output; } public function containerHtmlBlockParams( $width, $i ) { return 'class="vc_gitem-animated-block-content"'; } public static function animations() { return array( __( 'Single block (no animation)', 'js_composer' ) => '', __( 'Double block (no animation)', 'js_composer' ) => 'none', __( 'Fade in', 'js_composer' ) => 'fadeIn', __( 'Scale in', 'js_composer' ) => 'scaleIn', __( 'Scale in with rotation', 'js_composer' ) => 'scaleRotateIn', __( 'Blur out', 'js_composer' ) => 'blurOut', __( 'Blur scale out', 'js_composer' ) => 'blurScaleOut', __( 'Slide in from left', 'js_composer' ) => 'slideInRight', __( 'Slide in from right', 'js_composer' ) => 'slideInLeft', __( 'Slide bottom', 'js_composer' ) => 'slideBottom', __( 'Slide top', 'js_composer' ) => 'slideTop', __( 'Vertical flip in with fade', 'js_composer' ) => 'flipFadeIn', __( 'Horizontal flip in with fade', 'js_composer' ) => 'flipHorizontalFadeIn', __( 'Go top', 'js_composer' ) => 'goTop20', __( 'Go bottom', 'js_composer' ) => 'goBottom20', ); } }
[+]
..
[-] shortcodes.php
[edit]
[-] vc-images-carousel.php
[edit]
[-] vc-zigzag.php
[edit]
[-] vc-empty-space.php
[edit]
[-] vc-posts-slider.php
[edit]
[-] vc-cta.php
[edit]
[-] vc-tta-section.php
[edit]
[-] vc-cta-button2.php
[edit]
[-] vc-gitem-post-categories.php
[edit]
[-] vc-pie.php
[edit]
[-] vc-progress-bar.php
[edit]
[-] vc-gitem-zone-b.php
[edit]
[-] vc-button2.php
[edit]
[-] vc-accordion.php
[edit]
[-] vc-posts-grid.php
[edit]
[-] vc-tabs.php
[edit]
[-] vc-gitem-post-author.php
[edit]
[-] vc-gitem-col.php
[edit]
[-] vc-facebook.php
[edit]
[-] vc-widget-sidebar.php
[edit]
[-] vc-hoverbox.php
[edit]
[-] vc-single-image.php
[edit]
[-] vc-gitem-zone-c.php
[edit]
[-] example.php
[edit]
[-] vc-pinterest.php
[edit]
[-] layerslider-vc.php
[edit]
[-] vc-round-chart.php
[edit]
[-] vc-column-inner.php
[edit]
[-] vc-masonry-media-grid.php
[edit]
[-] vc-masonry-grid.php
[edit]
[-] vc-gitem-post-title.php
[edit]
[-] vc-tta-tour.php
[edit]
[-] vc-cta-button.php
[edit]
[-] vc-gmaps.php
[edit]
[-] vc-tweetmeme.php
[edit]
[-] vc-btn.php
[edit]
[-] vc-gitem-post-data.php
[edit]
[-] vc-gitem.php
[edit]
[-] vc-gitem-row.php
[edit]
[-] vc-twitter.php
[edit]
[-] vc-message.php
[edit]
[-] vc-row.php
[edit]
[-] vc-tta-tabs.php
[edit]
[-] vc-button.php
[edit]
[-] wordpress-widgets.php
[edit]
[-] vc-gitem-post-date.php
[edit]
[-] vc-gallery.php
[edit]
[-] vc-custom-field.php
[edit]
[+]
paginator
[-] vc-tta-accordion.php
[edit]
[-] vc-accordion-tab.php
[edit]
[-] rev-slider-vc.php
[edit]
[-] vc-basic-grid.php
[edit]
[-] vc-tab.php
[edit]
[-] vc-gitem-post-meta.php
[edit]
[-] vc-custom-heading.php
[edit]
[-] vc-tta-pageable.php
[edit]
[-] vc-text-separator.php
[edit]
[-] vc-video.php
[edit]
[-] vc-gitem-zone.php
[edit]
[-] vc-media-grid.php
[edit]
[-] vc-googleplus.php
[edit]
[-] vc-section.php
[edit]
[-] vc-toggle.php
[edit]
[-] vc-column-text.php
[edit]
[-] vc-tour.php
[edit]
[-] vc-gitem-image.php
[edit]
[-] vc-row-inner.php
[edit]
[-] vc-icon.php
[edit]
[-] vc-column.php
[edit]
[-] vc-separator.php
[edit]
[-] vc-line-chart.php
[edit]
[-] vc-carousel.php
[edit]
[-] vc-gitem-post-excerpt.php
[edit]
[-] vc-raw-js.php
[edit]
[-] vc-gitem-animated-block.php
[edit]
[-] vc-flickr.php
[edit]
[-] vc-raw-html.php
[edit]
[-] vc-gitem-zone-a.php
[edit]