-
Notifications
You must be signed in to change notification settings - Fork 6
MODUL-1149: Ameliorer slide transition #1088
MODUL-1149: Ameliorer slide transition #1088
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai juste un questionnement sur le changement du nom de la prop.
Si je comprend bien, la prop sert à empêcher la transition sur la composante slide-transition et bloquer un scrollTop. Il me semble que disabled est plus clair que transition. Et en bonus on évite le breaking change
J'ai changé le nom de la prop pour être constant avec le composant |
@ulaval/modul-components
PR Checklist
transition:boolean
pardisabled:boolean
du composantm-accordion-transition
transition = false
ne pas effectuer lethis.$scrollTo
de la functiontransitionEnter()
https://jira.dti.ulaval.ca/browse/MODUL-1149
Rename the prop
transition: boolean
bydisabled: boolean
for componentm-accordion-transition