AnimatedResponsiveImageGrid
AnimatedResponsiveImageGrid copied to clipboard
animation on mouseleave
"onhover:true" does not make sense if we use , instead the animation should happen when user exits the grid.
Again (line 364) shouldn't hardcode the 'mouseenter' event.
as a workaround use : self.$items.on( 'mouseleave.gridrotator', function() {