I am trying to build a gallery using the isotope plugin, and in that i am using masonryHorizontal layout. All the images are placed in an unordered list and under that i have li which further has an anchor tag and an image tag nested.
<ul>
<li><a href="#"><img src="#></a></li>
...
</ul>
The layout is working properly ie the images align themselves optimally leaving very less white spaces (done through isotope) but i want to have an animation when i scroll through horizontally. I searched for a day and was not able to find anything substantial. Any help is appreciated.