I need to rewind glide.js and the run some other code
but I need to run the code only when Glide has finished rewinding and I can't find how to do it
with jQuery when don't seem to work
$.when( glideInstance.go('<<') ).done(function( e ) {
alert("finish rewind");
});