Skip to content

Commit

Permalink
remove opacity and stuff from isotope [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed Apr 25, 2012
1 parent a190742 commit 87fb922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/app/views/canvas_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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)
}
}));

0 comments on commit 87fb922

Please sign in to comment.