-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Hi codrops,
I'm implementing this on a new website and I'm trying to add a filter system to the masonry, but I'm not able to run any of the masonry options, since it's being recreated on AnimeOnScroll.
Any idea on how I can reload the grid, after hiding the filtered cards?
What I was trying to do, but is currently failing:
$li.removeClass('active'); $('#grid').find('.item-'+targetLink).addClass('hidden'); $('#grid').masonry('layout');
Thank you :)
Metadata
Metadata
Assignees
Labels
No labels