/home/techb158/public_html/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380666editdlrm
animation.php48700666editdlrm
base-data.php37500666editdlrm
base-icon-font.php5800666editdlrm
base-multiple.php20820666editdlrm
base-ui.php5160666editdlrm
base-units.php35790666editdlrm
base.php31540666editdlrm
box-shadow.php34740666editdlrm
button.php17180666editdlrm
choose.php22390666editdlrm
code.php20380666editdlrm
color.php20840666editdlrm
date-time.php20850666editdlrm
deprecated-notice.php23280666editdlrm
dimensions.php51200666editdlrm
divider.php8290666editdlrm
exit-animation.php26030666editdlrm
font.php22690666editdlrm
gallery.php74420666editdlrm
gaps.php16570666editdlrm
heading.php13480666editdlrm
hidden.php9480666editdlrm
hover-animation.php44250666editdlrm
icon.php320770666editdlrm
icons.php77480666editdlrm
image-dimensions.php37970666editdlrm
media.php153150666editdlrm
notice.php41690666editdlrm
number.php28310666editdlrm
popover-toggle.php27280666editdlrm
raw-html.php15190666editdlrm
repeater.php50830666editdlrm
section.php13620666editdlrm
select.php26250666editdlrm
select2.php27810666editdlrm
slider.php35720666editdlrm
structure.php25210666editdlrm
switcher.php21260666editdlrm
tab.php10300666editdlrm
tabs.php9440666editdlrm
text-shadow.php32080666editdlrm
text.php21300666editdlrm
textarea.php20540666editdlrm
url.php52490666editdlrm
visual-choice.php22040666editdlrm
wp-widget.php13780666editdlrm
wysiwyg.php17760666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/includes/controls/animation.php (4870B)
[ 'fadeIn' => 'Fade In', 'fadeInDown' => 'Fade In Down', 'fadeInLeft' => 'Fade In Left', 'fadeInRight' => 'Fade In Right', 'fadeInUp' => 'Fade In Up', ], 'Zooming' => [ 'zoomIn' => 'Zoom In', 'zoomInDown' => 'Zoom In Down', 'zoomInLeft' => 'Zoom In Left', 'zoomInRight' => 'Zoom In Right', 'zoomInUp' => 'Zoom In Up', ], 'Bouncing' => [ 'bounceIn' => 'Bounce In', 'bounceInDown' => 'Bounce In Down', 'bounceInLeft' => 'Bounce In Left', 'bounceInRight' => 'Bounce In Right', 'bounceInUp' => 'Bounce In Up', ], 'Sliding' => [ 'slideInDown' => 'Slide In Down', 'slideInLeft' => 'Slide In Left', 'slideInRight' => 'Slide In Right', 'slideInUp' => 'Slide In Up', ], 'Rotating' => [ 'rotateIn' => 'Rotate In', 'rotateInDownLeft' => 'Rotate In Down Left', 'rotateInDownRight' => 'Rotate In Down Right', 'rotateInUpLeft' => 'Rotate In Up Left', 'rotateInUpRight' => 'Rotate In Up Right', ], 'Attention Seekers' => [ 'bounce' => 'Bounce', 'flash' => 'Flash', 'pulse' => 'Pulse', 'rubberBand' => 'Rubber Band', 'shake' => 'Shake', 'headShake' => 'Head Shake', 'swing' => 'Swing', 'tada' => 'Tada', 'wobble' => 'Wobble', 'jello' => 'Jello', ], 'Light Speed' => [ 'lightSpeedIn' => 'Light Speed In', ], 'Specials' => [ 'rollIn' => 'Roll In', ], ]; } /** * Render animations control template. * * Used to generate the control HTML in the editor using Underscore JS * template. The variables for the class are available using `data` JS * object. * * @since 1.0.0 * @access public */ public function content_template() { ?>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #> [ 'e-animation-' . $setting ], ]; } }