REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.72 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/interactions/presets.php
Text
Base64
<?php namespace Elementor\Modules\Interactions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Presets { const DEFAULT_DURATION = 600; const DEFAULT_DELAY = 0; const DEFAULT_SLIDE_DISTANCE = 100; const DEFAULT_SCALE_START = 0; const DEFAULT_RELATIVE_TO = 'viewport'; const DEFAULT_END = 15; const DEFAULT_START = 85; const BASE_TRIGGERS = [ 'load', 'scrollIn' ]; const ADDITIONAL_TRIGGERS = [ 'scrollOut', 'scrollOn', 'hover', 'click' ]; const DEFAULT_EASING = 'easeIn'; const BASE_EFFECTS = [ 'fade', 'slide', 'scale' ]; const ADDITIONAL_EFFECTS = [ 'custom' ]; const TYPES = [ 'in', 'out' ]; const DIRECTIONS = [ 'left', 'right', 'top', 'bottom', 'top-left', 'top-right', 'bottom-left', 'bottom-right', '' ]; const BASE_EASING = [ 'easeIn' ]; const ADDITIONAL_EASING = [ 'easeOut', 'easeInOut', 'backIn', 'backInOut', 'backOut', 'linear' ]; const DEFAULT_REPEAT = ''; const REPEAT_OPTIONS = [ 'loop', 'times', '' ]; public static function easing_options() { return array_merge( self::BASE_EASING, self::ADDITIONAL_EASING ); } public static function effects_options() { return array_merge( self::BASE_EFFECTS, self::ADDITIONAL_EFFECTS ); } public static function triggers_options() { return array_merge( self::BASE_TRIGGERS, self::ADDITIONAL_TRIGGERS ); } public function defaults() { return [ 'defaultDuration' => self::DEFAULT_DURATION, 'defaultDelay' => self::DEFAULT_DELAY, 'slideDistance' => self::DEFAULT_SLIDE_DISTANCE, 'scaleStart' => self::DEFAULT_SCALE_START, 'defaultEasing' => self::DEFAULT_EASING, 'relativeTo' => self::DEFAULT_RELATIVE_TO, 'repeat' => self::DEFAULT_REPEAT, 'start' => self::DEFAULT_START, 'end' => self::DEFAULT_END, ]; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 4 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cache
DIR
-
drwxr-xr-x
2026-06-10 02:40:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
props
DIR
-
drwxr-xr-x
2026-06-10 02:40:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
schema
DIR
-
drwxr-xr-x
2026-06-10 02:40:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
validators
DIR
-
drwxr-xr-x
2026-06-10 02:40:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
interactions-collector.php
1.63 KB
lrw-r--r--
2026-03-30 13:49:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
interactions-frontend-handler.php
3.74 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
module.php
5.70 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
parser.php
2.71 KB
lrw-r--r--
2026-02-02 14:52:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
presets.php
1.72 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
validation.php
10.86 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).