You are here

public property RoyalSliderOptionSetEntity::$animated_move_effect in RoyalSlider Integration 8

Move effect direction. Can be 'left', 'right', 'top', 'bottom' or 'none'.

Type: string

File

src/Entity/RoyalSliderOptionSetEntity.php, line 585
Contains \Drupal\royalslider\Entity\RoyalSliderOptionSetEntity.

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $animated_move_effect = 'top';