Caleb Porzio 5 rokov pred
rodič
commit
d9f0eceacf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -184,7 +184,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 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.in` | Ony transition in. |
 | `x-show.transition.out` | Ony transition out. |
 | `x-show.transition.opacity` | Only use the fade. |