You are here

protected property FotoramaGalleryFormatter::$transitionOptions in Fotorama Gallery 8.2

Options for transition field.

Type: array

File

src/Plugin/Field/FieldFormatter/FotoramaGalleryFormatter.php, line 63

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $transitionOptions = [
  'slide',
  'crossfade',
  'dissolve',
];