Shailu4u / ng-masonry-grid

Angular 6+ masonry grid with CSS 3 animations on scroll.
50 stars 15 forks source link

On Page refresh, slight blinking effect, not smooth grid-item load #18

Open zbayoff opened 6 years ago

zbayoff commented 6 years ago

When using ng-masonry-grid, I find there is a small jumpy type effect when refreshing the page. This occurs in my app as well as your demo: https://ng-masonry-grid.stackblitz.io/ after you add a couple items and then refresh the page, there will be a jumpy, blinking effect. I would like to see a smooth rendering of the grid items.

Is there a solution you recommend to solve this?

richjava commented 5 years ago

Yes, it looks like the items render when loaded and then the animation kicks in, hides them and then fades them in again. I'd also like to know if there is a solution for this.