Hello,
We are using the masonry to display our blog post.
But there is a problem with the filter av-sort-by-term : animations is not working nice. sometimes you have to click two times because the display is blank. Or you have to scroll after the click.
Please see url and video in private content.
Thanks
Hey Ludovic,
Thank you for the inquiry.
The issue occurs because of the following css code in the style.css file.
.av-masonry a.av-masonry-entry {
transition: 0.6s all;
}
It repeats the transition causing the items to slide back from where they start.
Best regards,
Ismael
Wow!
Sorry for the mistake.
And thanks a lot for the investigation, it fixed the problem.