📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 13:56:52
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
modules
/
floating-buttons
/
control
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/modules/floating-buttons/control
🔄 Refresh
✏️
Editing: hover-animation-floating-buttons.php
Writable
<?php namespace Elementor\Modules\FloatingButtons\Control; use Elementor\Control_Hover_Animation; class Hover_Animation_Floating_Buttons extends Control_Hover_Animation { const TYPE = 'hover_animation_contact_buttons'; public function get_type() { return static::TYPE; } public static function get_animations() { return [ 'grow' => 'Grow', 'pulse' => 'Pulse', 'push' => 'Push', 'float' => 'Float', ]; } }
💾 Save Changes
❌ Cancel