Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brofrain committed Oct 26, 2023
1 parent 12e3d9a commit 9d1a130
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ view! {
key=|item| item.id
children=|item| item.view
enter_from_class="opacity-0"
enter_class="duration-1000"
move_class="duration-1000"
leave_class="opacity-0 duration-1000"
enter_class="duration-800"
move_class="duration-1200"
leave_class="opacity-0 duration-500"
appear=true
/>
}
```

Check out `examples` directory for a complete code.

## Known issues

- Given a child element with always present `transition` or `transition-duration` style property, move transition breaks if triggered before the previous move transition has finished.\
Expand Down

0 comments on commit 9d1a130

Please sign in to comment.