Hi,
the "item appear style" is launched on page load instead of on view appear. I have two portfolios in the bottom of a page and, the time to scroll to them, all the items are already displayed. Is it possible to change the appearance effects to be launched when the view is on screen?
Thanks
Hi,
Please check your email for updated version
Hi there,
Please open file md_portfolio/js/md_portfolio.js
Replace line:
with:
Hi,
in function mdr_load_scroll, please search:
var gridContainer = $(this).closest('.view').find('.view-content').find('[id^="mdp-grid-"]');
add the following code right after the code above