vue-masonry
Advanced tools
Comparing version 0.11.4 to 0.11.5
{ | ||
"name": "vue-masonry", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"description": "masonry layout for vue.js", | ||
@@ -5,0 +5,0 @@ "main": "src/masonry.plugin.js", |
# vue-masonry | ||
**Current version: 0.11.4** | ||
**Current version: 0.11.5** | ||
@@ -72,2 +72,3 @@ Vue.js directive for masonry blocks layouting. Original [masonry library](http://masonry.desandro.com/). | ||
- ```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 | ||
@@ -74,0 +75,0 @@ |
@@ -14,3 +14,4 @@ import Masonry from 'masonry-layout' | ||
'percent-position': 'percentPosition', | ||
'horizontal-order': 'horizontalOrder' | ||
'horizontal-order': 'horizontalOrder', | ||
'stagger': 'stagger' | ||
} | ||
@@ -17,0 +18,0 @@ const EVENT_ADD = 'vuemasonry.itemAdded' |
69156
190
147