Caleb Porzio %!s(int64=5) %!d(string=hai) anos
pai
achega
0ae61a2b2f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -180,6 +180,12 @@ If you wish to run code AFTER Alpine has made its initial updates to the DOM (so
 
 `x-show` toggles the `display: none;` style on the element depending if the expression resolves to `true` or `false`.
 
+> Note: `x-show` will wait for any children to finish transitioning out. If you want to bypass this behavior, add the `.immediate` modifer:
+```html
+<div x-show.immediate="open">
+    <div x-show="open" x-transition:leave="transition-out">
+</div>
+```
 ---
 
 ### `x-bind`