Skip to content

Commit

Permalink
typo in 'x-transitions' duration syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ito Pizarro committed Oct 12, 2023
1 parent 8adfcec commit 3076168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/en/directives/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Initially, the duration is set to be 150 milliseconds when entering, and 75 mill
You can configure the duration you want for a transition with the `.duration` modifier:

```alpine
<div ... x-transition.duration.500ms>
<div ... x-transition:duration.500ms>
```

The above `<div>` will transition for 500 milliseconds when entering, and 500 milliseconds when leaving.
Expand Down

0 comments on commit 3076168

Please sign in to comment.