]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7356 @5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Feb 2025 11:06:02 +0000 (12:06 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Feb 2025 11:06:02 +0000 (12:06 +0100)
app/Models/Traits/PublicationSettings.php

index 4bf9d006832b1a9cfc2c926f4ea1d805161bc463..343a7a689db8b0e65eb556220081fbeaebc33da1 100644 (file)
@@ -361,7 +361,9 @@ trait PublicationSettings
         $this->addSettingField('mobileTransitions', SelectFromArray::class, $this->__('Transitions entre les pages'), [
             'options' => [
                 'none' => $this->__('Aucune transition'),
-                'fade' => $this->__('Opacité'),
+                'fade' => $this->__('Apparition de la nouvelle page en opacité par dessus la page courante'),
+                'fadeoutthenin' => $this->__('La page courant disparaît puis la nouvelle page apparaît en opacité'),
+                'fadeoutin' => $this->__('La page courante disparaît en même temps que la nouvelle page apparaît en opacité'),
                 'slide' => $this->__('Glisser'),
                 'flip' => $this->__('Tourner (rigide)'),
                 'flip3d' => $this->__('Tourner (souple)'),