You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2018. It is now read-only.
Static items inside the masonry directive are loaded twice, which causes rendering glitches. I suspect they are loaded with the angular-masonry library inside masonryBrick directive with appendBrick() once and then again with the masonry library.
Simple example in Jade
div#wall.wall(masonry, load-images='false', masonry-options='{transitionDuration: 0}')
div.brick.masonry-brick
| A
div.brick.masonry-brick
| B
div.brick.masonry-brick
| C
Static items inside the masonry directive are loaded twice, which causes rendering glitches. I suspect they are loaded with the angular-masonry library inside masonryBrick directive with appendBrick() once and then again with the masonry library.
Simple example in Jade
Checked with
gives back 6 items: