/home/techb158/l2hypotheques.com/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380644editdlrm
animation.php48700644editdlrm
base-data.php37500644editdlrm
base-icon-font.php5800644editdlrm
base-multiple.php20820644editdlrm
base-ui.php5160644editdlrm
base-units.php35790644editdlrm
base.php31540644editdlrm
box-shadow.php34740644editdlrm
button.php17180644editdlrm
choose.php22390644editdlrm
code.php20380644editdlrm
color.php20840644editdlrm
date-time.php20850644editdlrm
deprecated-notice.php23280644editdlrm
dimensions.php51200644editdlrm
divider.php8290644editdlrm
exit-animation.php26030644editdlrm
font.php22690644editdlrm
gallery.php74330644editdlrm
gaps.php16570644editdlrm
heading.php13480644editdlrm
hidden.php9480644editdlrm
hover-animation.php44250644editdlrm
icon.php320770644editdlrm
icons.php77480644editdlrm
image-dimensions.php37970644editdlrm
media.php153060644editdlrm
notice.php41690644editdlrm
number.php28310644editdlrm
popover-toggle.php27280644editdlrm
raw-html.php15190644editdlrm
repeater.php50830644editdlrm
section.php13620644editdlrm
select.php26250644editdlrm
select2.php27810644editdlrm
slider.php35720644editdlrm
structure.php25210644editdlrm
switcher.php21260644editdlrm
tab.php10300644editdlrm
tabs.php9440644editdlrm
text-shadow.php32080644editdlrm
text.php21300644editdlrm
textarea.php20540644editdlrm
url.php52490644editdlrm
visual-choice.php22040644editdlrm
wp-widget.php13780644editdlrm
wysiwyg.php17760644editdlrm
Edit: /home/techb158/l2hypotheques.com/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 ], ]; } }