AnimatedResponsiveImageGrid icon indicating copy to clipboard operation
AnimatedResponsiveImageGrid copied to clipboard

animation on mouseleave

Open kaminskypavel opened this issue 11 years ago • 0 comments

"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() {

kaminskypavel avatar May 08 '14 22:05 kaminskypavel