phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Data Fields | |
const | SCALE ="scale" |
const | FADE ="fade" |
const | FADE_UP ="fadeUp" |
const | FADE_DOWN ="fadeDown" |
const | FADE_LEFT ="fadeLeft" |
const | FADE_RIGHT ="fadeRight" |
const | HORIZONTAL_FLIP ="horizontalFlip" |
const | VERTICAL_FLIP ="verticalFlip" |
const | DROP ="drop" |
const | FLY_LEFT ="flyLeft" |
const | FLY_RIGHT ="flyRight" |
const | FLY_UP ="flyUp" |
const | FLY_DOWN ="flyDown" |
const | SWING_LEFT ="swingLeft" |
const | SWING_RIGHT ="swingRight" |
const | SWING_UP ="swingUp" |
const | SWING_DOWN ="swingDown" |
const | BROWSE ="browse" |
const | BROWSE_RIGHT ="browseRight" |
const | SLIDE_LEFT ="slideLeft" |
const | SLIDE_RIGHT ="slideRight" |
const | SLIDE_UP ="slideUp" |
const | SLIDE_DOWN ="slideDown" |
const | JIGGLE ="jiggle" |
const | FLASH ="flash" |
const | SHAKE ="shake" |
const | PULSE ="pulse" |
const | TADA ="tada" |
const | BOUNCE ="bounce" |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseEnum | |
static | getConstants () |
static | getConstantValues ($postFix="", $prefixBefore=false) |
static | isValidName ($name, $strict=false) |
static | isValidValue ($value) |
static | getRandomValue (bool $unique=false) |
Definition at line 4 of file Transition.php.
const BOUNCE ="bounce" |
Definition at line 13 of file Transition.php.
const BROWSE ="browse" |
Definition at line 11 of file Transition.php.
const BROWSE_RIGHT ="browseRight" |
Definition at line 11 of file Transition.php.
const DROP ="drop" |
Definition at line 8 of file Transition.php.
const FADE ="fade" |
Definition at line 6 of file Transition.php.
const FADE_DOWN ="fadeDown" |
Definition at line 6 of file Transition.php.
const FADE_LEFT ="fadeLeft" |
Definition at line 6 of file Transition.php.
const FADE_RIGHT ="fadeRight" |
Definition at line 6 of file Transition.php.
const FADE_UP ="fadeUp" |
Definition at line 6 of file Transition.php.
const FLASH ="flash" |
Definition at line 13 of file Transition.php.
const FLY_DOWN ="flyDown" |
Definition at line 9 of file Transition.php.
const FLY_LEFT ="flyLeft" |
Definition at line 9 of file Transition.php.
const FLY_RIGHT ="flyRight" |
Definition at line 9 of file Transition.php.
const FLY_UP ="flyUp" |
Definition at line 9 of file Transition.php.
const HORIZONTAL_FLIP ="horizontalFlip" |
Definition at line 7 of file Transition.php.
const JIGGLE ="jiggle" |
Definition at line 13 of file Transition.php.
const PULSE ="pulse" |
Definition at line 13 of file Transition.php.
const SCALE ="scale" |
Definition at line 5 of file Transition.php.
const SHAKE ="shake" |
Definition at line 13 of file Transition.php.
const SLIDE_DOWN ="slideDown" |
Definition at line 12 of file Transition.php.
const SLIDE_LEFT ="slideLeft" |
Definition at line 12 of file Transition.php.
const SLIDE_RIGHT ="slideRight" |
Definition at line 12 of file Transition.php.
const SLIDE_UP ="slideUp" |
Definition at line 12 of file Transition.php.
const SWING_DOWN ="swingDown" |
Definition at line 10 of file Transition.php.
const SWING_LEFT ="swingLeft" |
Definition at line 10 of file Transition.php.
const SWING_RIGHT ="swingRight" |
Definition at line 10 of file Transition.php.
const SWING_UP ="swingUp" |
Definition at line 10 of file Transition.php.
const TADA ="tada" |
Definition at line 13 of file Transition.php.
const VERTICAL_FLIP ="verticalFlip" |
Definition at line 7 of file Transition.php.