|
@@ -226,7 +226,7 @@ If you wish to run code AFTER Alpine has made its initial updates to the DOM (so
|
|
|
|
|
|
| Directive | Description |
|
|
|
| --- | --- |
|
|
|
-| `x-show.transition` | A simultanious fade and scale. (opacity, scale: 0.95, timing-function: cubic-bezier(0.4, 0.0, 0.2, 1), duration-in: 150ms, duration-out: 75ms)
|
|
|
+| `x-show.transition` | A simultaneous fade and scale. (opacity, scale: 0.95, timing-function: cubic-bezier(0.4, 0.0, 0.2, 1), duration-in: 150ms, duration-out: 75ms)
|
|
|
| `x-show.transition.in` | Only transition in. |
|
|
|
| `x-show.transition.out` | Only transition out. |
|
|
|
| `x-show.transition.opacity` | Only use the fade. |
|