/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/hover-animation.php (4425B)
'Grow', 'shrink' => 'Shrink', 'pulse' => 'Pulse', 'pulse-grow' => 'Pulse Grow', 'pulse-shrink' => 'Pulse Shrink', 'push' => 'Push', 'pop' => 'Pop', 'bounce-in' => 'Bounce In', 'bounce-out' => 'Bounce Out', 'rotate' => 'Rotate', 'grow-rotate' => 'Grow Rotate', 'float' => 'Float', 'sink' => 'Sink', 'bob' => 'Bob', 'hang' => 'Hang', 'skew' => 'Skew', 'skew-forward' => 'Skew Forward', 'skew-backward' => 'Skew Backward', 'wobble-vertical' => 'Wobble Vertical', 'wobble-horizontal' => 'Wobble Horizontal', 'wobble-to-bottom-right' => 'Wobble To Bottom Right', 'wobble-to-top-right' => 'Wobble To Top Right', 'wobble-top' => 'Wobble Top', 'wobble-bottom' => 'Wobble Bottom', 'wobble-skew' => 'Wobble Skew', 'buzz' => 'Buzz', 'buzz-out' => 'Buzz Out', ]; } /** * Render hover animation control output in the editor. * * 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 }}}
<# } #> true, ]; } public static function get_assets( $setting ) { if ( ! $setting || 'none' === $setting ) { return []; } return [ 'styles' => [ 'e-animation-' . $setting ], ]; } }