You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dropdown.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,19 @@ The code above will toggle the dropdown component, if you needed to only perform
45
45
data-action="click->dropdown#show"
46
46
data-action="click->dropdown#hide"
47
47
```
48
+
49
+
### Transitions
50
+
51
+
The Dropdown component allows you to natively personalize the css transitions as described in the [transition](/docs/transition.md) utility.
52
+
53
+
In the table below are detailed the defaults tansitions options values, and the data classes attributes you can apply to your controller element to customize your transitions.
0 commit comments