Walter Faas
Results
1
comments of
Walter Faas
Whell, I have made some changes in the 'hover' case (function 'addEvents') and this worked for me. ` ``` gp.previewElement.on('click mouseenter', function(e){ gp.loadAnimation(); e.preventDefault(); e.stopPropagation(); }); // added this mouseleave...