Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add stagger option in the properties section.
  • Loading branch information
ferrinweb authored Aug 9, 2018
1 parent ac675c9 commit 280409c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Properties that are currently available reproduce most of those on the [original
(https://masonry.desandro.com/options.html#gutter). Set gutter to an Element or Selector String to use the outer width of the element.
- ```fit-width="true"``` - sets the width of the container to fit the available number of columns
- ```horizontal-order="true"``` - lays out items to (mostly) maintain horizontal left-to-right order
- ```stagger="0.03s"``` - Staggers item transitions, so items transition incrementally after one another. Set as a CSS time format, '0.03s', or as a number in milliseconds, 30
💡💡💡 If you need to manually trigger masonry layout redraw (for example in case if your tile elements amount or content has changed) you can now use `this.$redrawVueMasonry()` method. (If you use **old version** `< 0.10.11` it can still be `Vue.redrawVueMasonry()`, but please consider to upgrade)
Expand Down

0 comments on commit 280409c

Please sign in to comment.