diff --git a/Docs/Interface/Accordion.md b/Docs/Interface/Accordion.md index 20190e07..d97b4405 100755 --- a/Docs/Interface/Accordion.md +++ b/Docs/Interface/Accordion.md @@ -28,12 +28,11 @@ The Accordion class creates a group of Elements that are toggled when their hand * display - (*integer*: defaults to 0) The index of the element to show at start (with a transition). * show - (*integer*: defaults to 0) The index of the element to be shown initially. * height - (*boolean*: defaults to true) If set to true, a height transition effect will take place when switching between displayed elements. -* width - (*boolean*: defaults to false) If set to true, a width transition will take place when switching between displayed elements. +* width - (*boolean*: defaults to false) If set to true, it will add a width transition to the accordion when switching between displayed elements. Warning: CSS mastery is required to make this work! * opacity - (*boolean*: defaults to true) If set to true, an opacity transition effect will take place when switching between displayed elements. * fixedHeight - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed height. * fixedWidth - (*boolean*: defaults to false) If set to true, displayed elements will have a fixed width. * alwaysHide - (*boolean*: defaults to false) If set to true, it will be possible to close all displayable elements. Otherwise, one will remain open at all time. -* width - (*boolean*: defaults to false) If set to true, it will add a width transition to the accordion. Warning: css mastery is required to make this work! ### Returns: