portfolio : animation horizontale — toggle panel + composant
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

Ajout du mode horizontal dans GalleryAnimation (5 rangées, scrollLeft/scrollRight)
avec toggle vertical/horizontal dans le panel projet.

refs #21

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-21 14:37:05 +01:00
parent 347ccd33eb
commit 133651c35d
5 changed files with 116 additions and 21 deletions

View file

@ -103,6 +103,18 @@ columns:
uploads:
template: image
help: Petite image carrée représentant le jeu
galleryAnimationMode:
label: Mode d'animation de la galerie
type: toggles
default: vertical
options:
- value: vertical
text: Vertical
icon: arrow-up-down
- value: horizontal
text: Horizontal
icon: arrow-left-right
help: "Direction du défilement des images dans la galerie animée"
galleryBackgroundColor:
label: Couleur d'arrière-plan de la galerie animée
type: color