You are here

protected property FotoramaGalleryFormatter::$clickTransitionOptions in Fotorama Gallery 8.2

Options for click transition field.

Type: array

File

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

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

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