portfolio : decouple animation direction from mockup position
All checks were successful
Deploy / Deploy to Production (push) Successful in 27s
All checks were successful
Deploy / Deploy to Production (push) Successful in 27s
refs #44 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fc1fa42e67
commit
4dc937addd
3 changed files with 15 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ tabs:
|
|||
- width: 1/2
|
||||
fields:
|
||||
galleryAnimationMode:
|
||||
label: Mode d'animation de la galerie
|
||||
label: Sens de l'animation
|
||||
type: toggles
|
||||
default: vertical
|
||||
options:
|
||||
|
|
@ -160,6 +160,16 @@ tabs:
|
|||
text: Horizontal
|
||||
icon: arrow-left-right
|
||||
help: "Direction du défilement des images dans la galerie animée"
|
||||
mockupPosition:
|
||||
label: Position du mockup
|
||||
type: toggles
|
||||
default: center
|
||||
options:
|
||||
- value: center
|
||||
text: Centre
|
||||
- value: left
|
||||
text: Gauche
|
||||
help: "Position du mockup sur la page"
|
||||
secondsPerImage:
|
||||
label: Durée de l'animation
|
||||
type: range
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue