I'm trying to disable the annoying animation of the loading #infsrc-loading
container. Take a look at the infinite scroll demo here http://masonry.desandro.com/demos/infinite-scroll.html.
The first time the loading div appears it's static but after that when it loads more content is has an animation, like it appears from the bottom and grows. I want to disable this, but I couldn't find where this is being set.
I tried disabling CSS transitions and $('#infsrc-loading').show()
in the plugin's callback. I looked at the source of both Masonry and InfiniteScroll and still can't tell where this setting is being set. I have disabled animations in Masonry as well.
I'm using the WordPress plugin if that helps.