remove opacity and stuff from isotope [ci skip]
This commit is contained in:
parent
a1907428e1
commit
87fb922804
1 changed files with 2 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ app.views.Canvas = app.views.Base.extend(_.extend({}, app.views.infiniteScrollMi
|
|||
mason : function() {
|
||||
this.$el.isotope({
|
||||
itemSelector : '.canvas-frame',
|
||||
visibleStyle : {},
|
||||
hiddenStyle : {},
|
||||
masonry : {
|
||||
columnWidth : 292.5
|
||||
}
|
||||
|
|
@ -43,9 +45,7 @@ app.views.Canvas = app.views.Base.extend(_.extend({}, app.views.infiniteScrollMi
|
|||
_.delay(_.bind(this.reLayout, this), 200)
|
||||
_.delay(_.bind(this.reLayout, this), 500)
|
||||
_.delay(_.bind(this.reLayout, this), 1000)
|
||||
_.delay(_.bind(this.reLayout, this), 2000)
|
||||
_.delay(_.bind(this.reLayout, this), 3000)
|
||||
_.delay(_.bind(this.reLayout, this), 4000)
|
||||
_.delay(_.bind(this.reLayout, this), 5000)
|
||||
}
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue