__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\Framework\Form\Element\Select;
use Nextend\Framework\Form\Element\Select;
class Easing extends Select {
protected $options = array(
"linear" => "Linear",
"easeInQuad" => "Quad In",
"easeOutQuad" => "Quad Out",
"easeInOutQuad" => "Quad In Out",
"easeInCubic" => "Cubic In",
"easeOutCubic" => "Cubic Out",
"easeInOutCubic" => "Cubic In Out",
"easeInQuart" => "Quart In",
"easeOutQuart" => "Quart Out",
"easeInOutQuart" => "Quart In Out",
"easeInQuint" => "Quint In",
"easeOutQuint" => "Quint Out",
"easeInOutQuint" => "Quint In Out",
"easeInSine" => "Sine In",
"easeOutSine" => "Sine Out",
"easeInOutSine" => "Sine In Out",
"easeInExpo" => "Expo In",
"easeOutExpo" => "Expo Out",
"easeInOutExpo" => "Expo In Out",
"easeInCirc" => "Circ In",
"easeOutCirc" => "Circ Out",
"easeInOutCirc" => "Circ In Out",
"easeInElastic" => "Elastic In",
"easeOutElastic" => "Elastic Out",
"easeInOutElastic" => "Elastic In Out",
"easeInBack" => "Back In",
"easeOutBack" => "Back Out",
"easeInOutBack" => "Back In Out",
"easeInBounce" => "Bounce In",
"easeOutBounce" => "Bounce Out",
"easeInOutBounce" => "Bounce In Out"
);
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Easing.php | File | 1.48 KB | 0664 |
|
| FillMode.php | File | 814 B | 0664 |
|
| Filter.php | File | 538 B | 0664 |
|
| FontWeight.php | File | 821 B | 0664 |
|
| Gradient.php | File | 566 B | 0664 |
|
| LinkTarget.php | File | 537 B | 0664 |
|
| SelectFile.php | File | 1.06 KB | 0664 |
|
| Skin.php | File | 1.02 KB | 0664 |
|
| SubFormIcon.php | File | 3.01 KB | 0664 |
|